#CEF26F

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

Shades of Mindaro #CEF26F

Tints of Mindaro #CEF26F

Color information

#CEF26F (or 0xCEF26F) is unknown color: approx Mindaro. HEX triplet: CE, F2 and 6F. RGB value is (206,242,111). Sum of RGB (Red+Green+Blue) = 206+242+111=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 111 (43.75% from 255 or 19.86% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF26F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF26F is #310D90. Grayscale: #D8D8D8. Windows color (decimal): -3214737 or 7336654. OLE color: 7336654.

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

Color convert

RGB206242111-
CMYK0.1500.540.05
HSL76.49º83.44%69.22%-
HSV(B)76.49º54.13%94.9%-
XYZ60.0777.7726.88-
YUV216.368.57120.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 242 (94.92% from 255) = 43.29%
BLUE value IS 111 (43.75% from 255) = 19.86%
R=36.85%
G=43.29%
B=19.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062421110.1500.540.0576.4983.4469.22
HexCEF26FF03654c5345
Octal316362157170665114123105
Binary1100111011110010110111111110110110101100110010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF26F; }

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

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

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

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

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

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

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

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