#CEF066

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

Shades of Mindaro #CEF066

Tints of Mindaro #CEF066

Color information

#CEF066 (or 0xCEF066) is unknown color: approx Mindaro. HEX triplet: CE, F0 and 66. RGB value is (206,240,102). Sum of RGB (Red+Green+Blue) = 206+240+102=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 102 (40.23% from 255 or 18.61% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF066 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF066 is #310F99. Grayscale: #D6D6D6. Windows color (decimal): -3215258 or 6746318. OLE color: 6746318.

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

Color convert

RGB206240102-
CMYK0.1400.580.06
HSL74.78º82.14%67.06%-
HSV(B)74.78º57.5%94.12%-
XYZ59.0176.424.21-
YUV214.164.74122.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 240 (94.14% from 255) = 43.80%
BLUE value IS 102 (40.23% from 255) = 18.61%
R=37.59%
G=43.80%
B=18.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401020.1400.580.0674.7882.1467.06
HexCEF066E03A64b5243
Octal316360146160726113122103
Binary1100111011110000110011011100111010110100101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF066; }

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

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

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

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

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

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

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

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