#CEFF66

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

Shades of Mindaro #CEFF66

Tints of Mindaro #CEFF66

Color information

#CEFF66 (or 0xCEFF66) is unknown color: approx Mindaro. HEX triplet: CE, FF and 66. RGB value is (206,255,102). Sum of RGB (Red+Green+Blue) = 206+255+102=563 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.59% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFF66 is #310099. Grayscale: #DFDFDF. Windows color (decimal): -3211418 or 6750158. OLE color: 6750158.

HSL color Cylindrical-coordinate representation of color #CEFF66: hue angle of 79.22º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEFF66 is Cyan = 0.19, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB206255102-
CMYK0.1900.60
HSL79.22º100%70%-
HSV(B)79.22º60%100%-
XYZ63.6185.625.74-
YUV222.9159.77115.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.59%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 102 (40.23% from 255) = 18.12%
R=36.59%
G=45.29%
B=18.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551020.1900.6079.2210070
HexCEFF661303C04f6446
Octal316377146230740117144106
Binary110011101111111111001101001101111000100111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF66; }

 p { color: rgb(206,255,102); }

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

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

 a { background-color: rgb(206,255,102); }

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

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

 span { border-color: rgb(206,255,102); }

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