#D6EE6B

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

Shades of Mindaro #D6EE6B

Tints of Mindaro #D6EE6B

Color information

#D6EE6B (or 0xD6EE6B) is unknown color: approx Mindaro. HEX triplet: D6, EE and 6B. RGB value is (214,238,107). Sum of RGB (Red+Green+Blue) = 214+238+107=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EE6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EE6B is #291194. Grayscale: #D8D8D8. Windows color (decimal): -2691477 or 7073494. OLE color: 7073494.

HSL color Cylindrical-coordinate representation of color #D6EE6B: hue angle of 70.99º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6EE6B is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB214238107-
CMYK0.1000.550.07
HSL70.99º79.39%67.65%-
HSV(B)70.99º55.04%93.33%-
XYZ60.9676.5125.46-
YUV215.8966.55126.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 238 (93.36% from 255) = 42.58%
BLUE value IS 107 (42.19% from 255) = 19.14%
R=38.28%
G=42.58%
B=19.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142381070.1000.550.0770.9979.3967.65
HexD6EE6BA0377474f44
Octal326356153120677107117104
Binary1101011011101110110101110100110111111100011110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EE6B; }

 p { color: rgb(214,238,107); }

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

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

 a { background-color: rgb(214,238,107); }

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

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

 span { border-color: rgb(214,238,107); }

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