#CEEA59

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

Shades of Mindaro #CEEA59

Tints of Mindaro #CEEA59

Color information

#CEEA59 (or 0xCEEA59) is unknown color: approx Mindaro. HEX triplet: CE, EA and 59. RGB value is (206,234,89). Sum of RGB (Red+Green+Blue) = 206+234+89=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 89 (35.16% from 255 or 16.82% from 529); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEA59 is #3115A6. Grayscale: #D1D1D1. Windows color (decimal): -3216807 or 5892814. OLE color: 5892814.

HSL color Cylindrical-coordinate representation of color #CEEA59: hue angle of 71.59º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEEA59 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB20623489-
CMYK0.1200.620.08
HSL71.59º77.54%63.33%-
HSV(B)71.59º61.97%91.76%-
XYZ56.6872.6920.49-
YUV209.160.22125.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 234 (91.80% from 255) = 44.23%
BLUE value IS 89 (35.16% from 255) = 16.82%
R=38.94%
G=44.23%
B=16.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206234890.1200.620.0871.5977.5463.33
HexCEEA59C03E8484e3f
Octal316352131140761011011677
Binary1100111011101010101100111000111110100010010001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEA59; }

 p { color: rgb(206,234,89); }

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

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

 a { background-color: rgb(206,234,89); }

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

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

 span { border-color: rgb(206,234,89); }

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