#CEF06C

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

Shades of Mindaro #CEF06C

Tints of Mindaro #CEF06C

Color information

#CEF06C (or 0xCEF06C) is unknown color: approx Mindaro. HEX triplet: CE, F0 and 6C. RGB value is (206,240,108). Sum of RGB (Red+Green+Blue) = 206+240+108=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 108 (42.58% from 255 or 19.49% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF06C is #310F93. Grayscale: #D7D7D7. Windows color (decimal): -3215252 or 7139534. OLE color: 7139534.

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

Color convert

RGB206240108-
CMYK0.1400.550.06
HSL75.45º81.48%68.24%-
HSV(B)75.45º55%94.12%-
XYZ59.3276.5225.83-
YUV214.7967.74121.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 240 (94.14% from 255) = 43.32%
BLUE value IS 108 (42.58% from 255) = 19.49%
R=37.18%
G=43.32%
B=19.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401080.1400.550.0675.4581.4868.24
HexCEF06CE03764b5144
Octal316360154160676113121104
Binary1100111011110000110110011100110111110100101110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF06C; }

 p { color: rgb(206,240,108); }

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

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

 a { background-color: rgb(206,240,108); }

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

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

 span { border-color: rgb(206,240,108); }

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