#d0fa58

Color #D0FA58 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D0FA58

Tints of Mindaro #D0FA58

Color information

#D0FA58 (or 0xD0FA58) is unknown color: approx Mindaro. HEX triplet: D0, FA and 58. RGB value is (208,250,88). Sum of RGB (Red+Green+Blue) = 208+250+88=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FA58 is #2F05A7. Grayscale: #DBDBDB. Windows color (decimal): -3081640 or 5831376. OLE color: 5831376.

HSL color Cylindrical-coordinate representation of color #D0FA58: hue angle of 75.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0FA58 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB20825088-
CMYK0.1700.650.02
HSL75.56º94.19%66.27%-
HSV(B)75.56º64.8%98.04%-
XYZ61.9682.4921.89-
YUV218.9754.09120.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 250 (98.05% from 255) = 45.79%
BLUE value IS 88 (34.77% from 255) = 16.12%
R=38.10%
G=45.79%
B=16.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal208250880.1700.650.0275.5694.1966.27
HexD0FA581104124c5e42
Octal3203721302101012114136102
Binary11010000111110101011000100010100000110100110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0fa58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0fa58; }

 p { color: rgb(208,250,88); }

 H1.HeaderClassName
 {
   color: #d0fa58;
 }
 .AnyTagClassName
 {
   color: #d0fa58;
 }
</style>
background-color css

<style>
 a { background-color: #d0fa58; }

 a { background-color: rgb(208,250,88); }

 div.DivClassName
 {
   background-color: #d0fa58;
 }
 .BgClassName
 {
   background-color: #d0fa58;
 }
</style>
border-color css

<style>
 span { border-color: #d0fa58; }

 span { border-color: rgb(208,250,88); }

 td.TdClassName
 {
   border-color: #d0fa58;
 }
 .TagClassName
 {
   border-color: #d0fa58;
 }
</style>