#CEFE65

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

Shades of Mindaro #CEFE65

Tints of Mindaro #CEFE65

Color information

#CEFE65 (or 0xCEFE65) is unknown color: approx Mindaro. HEX triplet: CE, FE and 65. RGB value is (206,254,101). Sum of RGB (Red+Green+Blue) = 206+254+101=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFE65 is #31019A. Grayscale: #DEDEDE. Windows color (decimal): -3211675 or 6684366. OLE color: 6684366.

HSL color Cylindrical-coordinate representation of color #CEFE65: hue angle of 78.82º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEFE65 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB206254101-
CMYK0.1900.600.00
HSL78.82º98.71%69.61%-
HSV(B)78.82º60.24%99.61%-
XYZ63.2484.9525.37-
YUV222.2159.6116.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.72%
GREEN value IS 254 (99.61% from 255) = 45.28%
BLUE value IS 101 (39.84% from 255) = 18.00%
R=36.72%
G=45.28%
B=18.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062541010.1900.600.0078.8298.7169.61
HexCEFE651303C04f6346
Octal316376145230740117143106
Binary110011101111111011001011001101111000100111111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFE65; }

 p { color: rgb(206,254,101); }

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

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

 a { background-color: rgb(206,254,101); }

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

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

 span { border-color: rgb(206,254,101); }

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