#d8ec6c

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

Shades of Mindaro #D8EC6C

Tints of Mindaro #D8EC6C

Color information

#D8EC6C (or 0xD8EC6C) is unknown color: approx Mindaro. HEX triplet: D8, EC and 6C. RGB value is (216,236,108). Sum of RGB (Red+Green+Blue) = 216+236+108=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EC6C is #271393. Grayscale: #D7D7D7. Windows color (decimal): -2560916 or 7138520. OLE color: 7138520.

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

Color convert

RGB216236108-
CMYK0.0800.540.07
HSL69.38º77.11%67.45%-
HSV(B)69.38º54.24%92.55%-
XYZ61.0275.6725.58-
YUV215.4367.37128.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 236 (92.58% from 255) = 42.14%
BLUE value IS 108 (42.58% from 255) = 19.29%
R=38.57%
G=42.14%
B=19.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2162361080.0800.540.0769.3877.1167.45
HexD8EC6C80367454d43
Octal330354154100667105115103
Binary1101100011101100110110010000110110111100010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8ec6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8ec6c; }

 p { color: rgb(216,236,108); }

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

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

 a { background-color: rgb(216,236,108); }

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

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

 span { border-color: rgb(216,236,108); }

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