#CEF266

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

Shades of Mindaro #CEF266

Tints of Mindaro #CEF266

Color information

#CEF266 (or 0xCEF266) is unknown color: approx Mindaro. HEX triplet: CE, F2 and 66. RGB value is (206,242,102). Sum of RGB (Red+Green+Blue) = 206+242+102=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF266 is #310D99. Grayscale: #D7D7D7. Windows color (decimal): -3214746 or 6746830. OLE color: 6746830.

HSL color Cylindrical-coordinate representation of color #CEF266: hue angle of 75.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEF266 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB206242102-
CMYK0.1500.580.05
HSL75.43º84.34%67.45%-
HSV(B)75.43º57.85%94.9%-
XYZ59.677.5924.4-
YUV215.2864.07121.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.45%
GREEN value IS 242 (94.92% from 255) = 44%
BLUE value IS 102 (40.23% from 255) = 18.55%
R=37.45%
G=44%
B=18.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421020.1500.580.0575.4384.3467.45
HexCEF266F03A54b5443
Octal316362146170725113124103
Binary1100111011110010110011011110111010101100101110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF266; }

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

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

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

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

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

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

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

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