#D9E95C

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

Shades of Mindaro #D9E95C

Tints of Mindaro #D9E95C

Color information

#D9E95C (or 0xD9E95C) is unknown color: approx Mindaro. HEX triplet: D9, E9 and 5C. RGB value is (217,233,92). Sum of RGB (Red+Green+Blue) = 217+233+92=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E95C is #2616A3. Grayscale: #D4D4D4. Windows color (decimal): -2496164 or 6089177. OLE color: 6089177.

HSL color Cylindrical-coordinate representation of color #D9E95C: hue angle of 66.81º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9E95C is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB21723392-
CMYK0.0700.610.09
HSL66.81º76.22%63.73%-
HSV(B)66.81º60.52%91.37%-
XYZ59.6973.821.22-
YUV212.1460.2131.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 233 (91.41% from 255) = 42.99%
BLUE value IS 92 (36.33% from 255) = 16.97%
R=40.04%
G=42.99%
B=16.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal217233920.0700.610.0966.8176.2263.73
HexD9E95C703D9434c40
Octal331351134707511103114100
Binary1101100111101001101110011101111011001100001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E95C; }

 p { color: rgb(217,233,92); }

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

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

 a { background-color: rgb(217,233,92); }

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

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

 span { border-color: rgb(217,233,92); }

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