#CEE86A

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

Shades of Mindaro #CEE86A

Tints of Mindaro #CEE86A

Color information

#CEE86A (or 0xCEE86A) is unknown color: approx Mindaro. HEX triplet: CE, E8 and 6A. RGB value is (206,232,106). Sum of RGB (Red+Green+Blue) = 206+232+106=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 232 (91.02% from 255 or 42.65% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE86A is #311795. Grayscale: #D2D2D2. Windows color (decimal): -3217302 or 7006414. OLE color: 7006414.

HSL color Cylindrical-coordinate representation of color #CEE86A: hue angle of 72.38º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEE86A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB206232106-
CMYK0.1100.540.09
HSL72.38º73.26%66.27%-
HSV(B)72.38º54.31%90.98%-
XYZ56.9171.8824.51-
YUV209.8669.39125.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 232 (91.02% from 255) = 42.65%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=37.87%
G=42.65%
B=19.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062321060.1100.540.0972.3873.2666.27
HexCEE86AB0369484942
Octal3163501521306611110111102
Binary11001110111010001101010101101101101001100100010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE86A; }

 p { color: rgb(206,232,106); }

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

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

 a { background-color: rgb(206,232,106); }

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

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

 span { border-color: rgb(206,232,106); }

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