#D6EA69

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

Shades of Mindaro #D6EA69

Tints of Mindaro #D6EA69

Color information

#D6EA69 (or 0xD6EA69) is unknown color: approx Mindaro. HEX triplet: D6, EA and 69. RGB value is (214,234,105). Sum of RGB (Red+Green+Blue) = 214+234+105=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EA69 is #291596. Grayscale: #D5D5D5. Windows color (decimal): -2692503 or 6941398. OLE color: 6941398.

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

Color convert

RGB214234105-
CMYK0.0900.550.08
HSL69.3º75.44%66.47%-
HSV(B)69.3º55.13%91.76%-
XYZ59.774.1624.53-
YUV213.3166.87128.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 234 (91.80% from 255) = 42.31%
BLUE value IS 105 (41.41% from 255) = 18.99%
R=38.70%
G=42.31%
B=18.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142341050.0900.550.0869.375.4466.47
HexD6EA6990378454b42
Octal3263521511106710105113102
Binary11010110111010101101001100101101111000100010110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EA69; }

 p { color: rgb(214,234,105); }

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

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

 a { background-color: rgb(214,234,105); }

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

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

 span { border-color: rgb(214,234,105); }

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