#D9EA5F

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

Shades of Mindaro #D9EA5F

Tints of Mindaro #D9EA5F

Color information

#D9EA5F (or 0xD9EA5F) is unknown color: approx Mindaro. HEX triplet: D9, EA and 5F. RGB value is (217,234,95). Sum of RGB (Red+Green+Blue) = 217+234+95=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 234 (91.80% from 255 or 42.86% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EA5F is #2615A0. Grayscale: #D5D5D5. Windows color (decimal): -2495905 or 6286041. OLE color: 6286041.

HSL color Cylindrical-coordinate representation of color #D9EA5F: hue angle of 67.34º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9EA5F is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB21723495-
CMYK0.0700.590.08
HSL67.34º76.8%64.51%-
HSV(B)67.34º59.4%91.76%-
XYZ60.174.4222.02-
YUV213.0761.37130.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 234 (91.80% from 255) = 42.86%
BLUE value IS 95 (37.5% from 255) = 17.40%
R=39.74%
G=42.86%
B=17.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal217234950.0700.590.0867.3476.864.51
HexD9EA5F703B8434d41
Octal331352137707310103115101
Binary1101100111101010101111111101110111000100001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EA5F; }

 p { color: rgb(217,234,95); }

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

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

 a { background-color: rgb(217,234,95); }

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

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

 span { border-color: rgb(217,234,95); }

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