#D4E96C

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

Shades of Mindaro #D4E96C

Tints of Mindaro #D4E96C

Color information

#D4E96C (or 0xD4E96C) is unknown color: approx Mindaro. HEX triplet: D4, E9 and 6C. RGB value is (212,233,108). Sum of RGB (Red+Green+Blue) = 212+233+108=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E96C is #2B1693. Grayscale: #D4D4D4. Windows color (decimal): -2823828 or 7137748. OLE color: 7137748.

HSL color Cylindrical-coordinate representation of color #D4E96C: hue angle of 70.08º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4E96C is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB212233108-
CMYK0.0900.540.09
HSL70.08º73.96%66.86%-
HSV(B)70.08º53.65%91.37%-
XYZ5973.3625.24-
YUV212.4769.04127.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 108 (42.58% from 255) = 19.53%
R=38.34%
G=42.13%
B=19.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122331080.0900.540.0970.0873.9666.86
HexD4E96C90369464a43
Octal3243511541106611106112103
Binary11010100111010011101100100101101101001100011010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E96C; }

 p { color: rgb(212,233,108); }

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

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

 a { background-color: rgb(212,233,108); }

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

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

 span { border-color: rgb(212,233,108); }

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