#CEF766

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

Shades of Mindaro #CEF766

Tints of Mindaro #CEF766

Color information

#CEF766 (or 0xCEF766) is unknown color: approx Mindaro. HEX triplet: CE, F7 and 66. RGB value is (206,247,102). Sum of RGB (Red+Green+Blue) = 206+247+102=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF766 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF766 is #310899. Grayscale: #DADADA. Windows color (decimal): -3213466 or 6748110. OLE color: 6748110.

HSL color Cylindrical-coordinate representation of color #CEF766: hue angle of 76.97º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEF766 is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB206247102-
CMYK0.1700.590.03
HSL76.97º90.06%68.43%-
HSV(B)76.97º58.7%96.86%-
XYZ61.1180.624.91-
YUV218.2162.42119.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 247 (96.88% from 255) = 44.50%
BLUE value IS 102 (40.23% from 255) = 18.38%
R=37.12%
G=44.50%
B=18.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062471020.1700.590.0376.9790.0668.43
HexCEF7661103B34d5a44
Octal316367146210733115132104
Binary1100111011110111110011010001011101111100110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF766; }

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

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

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

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

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

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

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

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