Shades of Pear #CEFF24
Tints of Pear #CEFF24
RGB
CMYK
RGB Variations
Color information
#CEFF24 (or 0xCEFF24) is known color: Pear. HEX triplet: CE, FF and 24. RGB value is (206,255,36). Sum of RGB (Red+Green+Blue) = 206+255+36=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 36 (14.45% from 255 or 7.24% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF24 is #3100DB. Grayscale: #D8D8D8. Windows color (decimal): -3211484 or 2424782. OLE color: 2424782.
HSL color Cylindrical-coordinate representation of color #CEFF24: hue angle of 73.42º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEFF24 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 36 | - |
| CMYK | 0.19 | 0 | 0.86 | 0 |
| HSL | 73.42º | 1% | 0.57% | - |
| HSV(B) | 73.42º | 0.86% | 1% | - |
| XYZ | 61.53 | 84.77 | 14.79 | - |
| YUV | 215.38 | 26.77 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 36 | 0.19 | 0 | 0.86 | 0 | 73.42 | 1 | 0.57 |
| Hex | CE | FF | 24 | 13 | 0 | 56 | 0 | 49 | 64 | 39 |
| Octal | 316 | 377 | 44 | 23 | 0 | 126 | 0 | 111 | 144 | 71 |
| Binary | 11001110 | 11111111 | 100100 | 10011 | 0 | 1010110 | 0 | 1001001 | 1100100 | 111001 |
Color Harmonies of #CEFF24
Complementary color
Monochromatic Colors of #CEFF24
Black with #CEFF24
Text Example
Text Example
White with #CEFF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF24; }
p { color: rgb(206,255,36); }
H1.HeaderClassName
{
color: #CEFF24;
}
.AnyTagClassName
{
color: #CEFF24;
}
</style>
background-color css
<style>
a { background-color: #CEFF24; }
a { background-color: rgb(206,255,36); }
div.DivClassName
{
background-color: #CEFF24;
}
.BgClassName
{
background-color: #CEFF24;
}
</style>
border-color css
<style>
span { border-color: #CEFF24; }
span { border-color: rgb(206,255,36); }
td.TdClassName
{
border-color: #CEFF24;
}
.TagClassName
{
border-color: #CEFF24;
}
</style>