#D1EB78

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

Shades of Mindaro #D1EB78

Tints of Mindaro #D1EB78

Color information

#D1EB78 (or 0xD1EB78) is unknown color: approx Mindaro. HEX triplet: D1, EB and 78. RGB value is (209,235,120). Sum of RGB (Red+Green+Blue) = 209+235+120=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 120 (47.27% from 255 or 21.28% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB78 is #2E1487. Grayscale: #D6D6D6. Windows color (decimal): -3019912 or 7924689. OLE color: 7924689.

HSL color Cylindrical-coordinate representation of color #D1EB78: hue angle of 73.57º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1EB78 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB209235120-
CMYK0.1100.490.08
HSL73.57º74.19%69.61%-
HSV(B)73.57º48.94%92.16%-
XYZ59.3974.3328.99-
YUV214.1274.89124.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.06%
GREEN value IS 235 (92.19% from 255) = 41.67%
BLUE value IS 120 (47.27% from 255) = 21.28%
R=37.06%
G=41.67%
B=21.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2092351200.1100.490.0873.5774.1969.61
HexD1EB78B03184a4a46
Octal3213531701306110112112106
Binary11010001111010111111000101101100011000100101010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EB78; }

 p { color: rgb(209,235,120); }

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

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

 a { background-color: rgb(209,235,120); }

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

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

 span { border-color: rgb(209,235,120); }

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