Shades of Pear #CEFE41
Tints of Pear #CEFE41
RGB
CMYK
RGB Variations
Color information
#CEFE41 (or 0xCEFE41) is known color: Pear. HEX triplet: CE, FE and 41. RGB value is (206,254,65). Sum of RGB (Red+Green+Blue) = 206+254+65=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 65 (25.78% from 255 or 12.38% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE41 is #3101BE. Grayscale: #DADADA. Windows color (decimal): -3211711 or 4325070. OLE color: 4325070.
HSL color Cylindrical-coordinate representation of color #CEFE41: hue angle of 75.24º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEFE41 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 254 | 65 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.00 |
| HSL | 75.24º | 0.99% | 0.63% | - |
| HSV(B) | 75.24º | 0.74% | 1% | - |
| XYZ | 61.85 | 84.39 | 18.03 | - |
| YUV | 218.1 | 41.6 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 254 | 65 | 0.19 | 0 | 0.74 | 0.00 | 75.24 | 0.99 | 0.63 |
| Hex | CE | FE | 41 | 13 | 0 | 4A | 0 | 4B | 63 | 3F |
| Octal | 316 | 376 | 101 | 23 | 0 | 112 | 0 | 113 | 143 | 77 |
| Binary | 11001110 | 11111110 | 1000001 | 10011 | 0 | 1001010 | 0 | 1001011 | 1100011 | 111111 |
Color Harmonies of #CEFE41
Complementary color
Monochromatic Colors of #CEFE41
Black with #CEFE41
Text Example
Text Example
White with #CEFE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFE41; }
p { color: rgb(206,254,65); }
H1.HeaderClassName
{
color: #CEFE41;
}
.AnyTagClassName
{
color: #CEFE41;
}
</style>
background-color css
<style>
a { background-color: #CEFE41; }
a { background-color: rgb(206,254,65); }
div.DivClassName
{
background-color: #CEFE41;
}
.BgClassName
{
background-color: #CEFE41;
}
</style>
border-color css
<style>
span { border-color: #CEFE41; }
span { border-color: rgb(206,254,65); }
td.TdClassName
{
border-color: #CEFE41;
}
.TagClassName
{
border-color: #CEFE41;
}
</style>