#D6EA61

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

Shades of Mindaro #D6EA61

Tints of Mindaro #D6EA61

Color information

#D6EA61 (or 0xD6EA61) is unknown color: approx Mindaro. HEX triplet: D6, EA and 61. RGB value is (214,234,97). Sum of RGB (Red+Green+Blue) = 214+234+97=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6EA61 is #29159E. Grayscale: #D4D4D4. Windows color (decimal): -2692511 or 6417110. OLE color: 6417110.

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

Color convert

RGB21423497-
CMYK0.0900.590.08
HSL68.76º76.54%64.9%-
HSV(B)68.76º58.55%91.76%-
XYZ59.317422.47-
YUV212.462.87129.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 234 (91.80% from 255) = 42.94%
BLUE value IS 97 (38.28% from 255) = 17.80%
R=39.27%
G=42.94%
B=17.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal214234970.0900.590.0868.7676.5464.9
HexD6EA61903B8454d41
Octal3263521411107310105115101
Binary11010110111010101100001100101110111000100010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EA61; }

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

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

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

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

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

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

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

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