#CEEF5E

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

Shades of Mindaro #CEEF5E

Tints of Mindaro #CEEF5E

Color information

#CEEF5E (or 0xCEEF5E) is unknown color: approx Mindaro. HEX triplet: CE, EF and 5E. RGB value is (206,239,94). Sum of RGB (Red+Green+Blue) = 206+239+94=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 94 (37.11% from 255 or 17.44% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEF5E is #3110A1. Grayscale: #D5D5D5. Windows color (decimal): -3215522 or 6221774. OLE color: 6221774.

HSL color Cylindrical-coordinate representation of color #CEEF5E: hue angle of 73.66º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CEEF5E is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.

Color convert

RGB20623994-
CMYK0.1400.610.06
HSL73.66º81.92%65.29%-
HSV(B)73.66º60.67%93.73%-
XYZ58.3475.6622.12-
YUV212.661.07123.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 239 (93.75% from 255) = 44.34%
BLUE value IS 94 (37.11% from 255) = 17.44%
R=38.22%
G=44.34%
B=17.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal206239940.1400.610.0673.6681.9265.29
HexCEEF5EE03D64a5241
Octal316357136160756112122101
Binary1100111011101111101111011100111101110100101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEF5E; }

 p { color: rgb(206,239,94); }

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

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

 a { background-color: rgb(206,239,94); }

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

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

 span { border-color: rgb(206,239,94); }

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