#D8E85C

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

Shades of Mindaro #D8E85C

Tints of Mindaro #D8E85C

Color information

#D8E85C (or 0xD8E85C) is unknown color: approx Mindaro. HEX triplet: D8, E8 and 5C. RGB value is (216,232,92). Sum of RGB (Red+Green+Blue) = 216+232+92=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E85C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E85C is #2717A3. Grayscale: #D3D3D3. Windows color (decimal): -2561956 or 6088920. OLE color: 6088920.

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

Color convert

RGB21623292-
CMYK0.0700.600.09
HSL66.86º75.27%63.53%-
HSV(B)66.86º60.34%90.98%-
XYZ59.1173.0821.12-
YUV211.2660.7131.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 232 (91.02% from 255) = 42.96%
BLUE value IS 92 (36.33% from 255) = 17.04%
R=40%
G=42.96%
B=17.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal216232920.0700.600.0966.8675.2763.53
HexD8E85C703C9434b40
Octal330350134707411103113100
Binary1101100011101000101110011101111001001100001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E85C; }

 p { color: rgb(216,232,92); }

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

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

 a { background-color: rgb(216,232,92); }

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

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

 span { border-color: rgb(216,232,92); }

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