#D0F15C

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

Shades of Mindaro #D0F15C

Tints of Mindaro #D0F15C

Color information

#D0F15C (or 0xD0F15C) is unknown color: approx Mindaro. HEX triplet: D0, F1 and 5C. RGB value is (208,241,92). Sum of RGB (Red+Green+Blue) = 208+241+92=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F15C is #2F0EA3. Grayscale: #D6D6D6. Windows color (decimal): -3083940 or 6091216. OLE color: 6091216.

HSL color Cylindrical-coordinate representation of color #D0F15C: hue angle of 73.29º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0F15C is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB20824192-
CMYK0.1400.620.05
HSL73.29º84.18%65.29%-
HSV(B)73.29º61.83%94.51%-
XYZ59.477.0921.88-
YUV214.1559.07123.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 241 (94.53% from 255) = 44.55%
BLUE value IS 92 (36.33% from 255) = 17.01%
R=38.45%
G=44.55%
B=17.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208241920.1400.620.0573.2984.1865.29
HexD0F15CE03E5495441
Octal320361134160765111124101
Binary1101000011110001101110011100111110101100100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F15C; }

 p { color: rgb(208,241,92); }

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

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

 a { background-color: rgb(208,241,92); }

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

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

 span { border-color: rgb(208,241,92); }

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