#D6EB76

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

Shades of Mindaro #D6EB76

Tints of Mindaro #D6EB76

Color information

#D6EB76 (or 0xD6EB76) is unknown color: approx Mindaro. HEX triplet: D6, EB and 76. RGB value is (214,235,118). Sum of RGB (Red+Green+Blue) = 214+235+118=567 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.74% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EB76 is #291489. Grayscale: #D7D7D7. Windows color (decimal): -2692234 or 7793622. OLE color: 7793622.

HSL color Cylindrical-coordinate representation of color #D6EB76: hue angle of 70.77º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6EB76 is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB214235118-
CMYK0.0900.500.08
HSL70.77º74.52%69.22%-
HSV(B)70.77º49.79%92.16%-
XYZ60.7175.0228.42-
YUV215.3873.04127.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.74%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 118 (46.48% from 255) = 20.81%
R=37.74%
G=41.45%
B=20.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142351180.0900.500.0870.7774.5269.22
HexD6EB7690328474b45
Octal3263531661106210107113105
Binary11010110111010111110110100101100101000100011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EB76; }

 p { color: rgb(214,235,118); }

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

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

 a { background-color: rgb(214,235,118); }

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

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

 span { border-color: rgb(214,235,118); }

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