#CEF269

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

Shades of Mindaro #CEF269

Tints of Mindaro #CEF269

Color information

#CEF269 (or 0xCEF269) is unknown color: approx Mindaro. HEX triplet: CE, F2 and 69. RGB value is (206,242,105). Sum of RGB (Red+Green+Blue) = 206+242+105=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF269 is #310D96. Grayscale: #D8D8D8. Windows color (decimal): -3214743 or 6943438. OLE color: 6943438.

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

Color convert

RGB206242105-
CMYK0.1500.570.05
HSL75.77º84.05%68.04%-
HSV(B)75.77º56.61%94.9%-
XYZ59.7677.6525.2-
YUV215.6265.57121.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 242 (94.92% from 255) = 43.76%
BLUE value IS 105 (41.41% from 255) = 18.99%
R=37.25%
G=43.76%
B=18.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421050.1500.570.0575.7784.0568.04
HexCEF269F03954c5444
Octal316362151170715114124104
Binary1100111011110010110100111110111001101100110010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF269; }

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

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

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

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

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

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

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

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