Shades of Pear #CEFF28
Tints of Pear #CEFF28
RGB
CMYK
RGB Variations
Color information
#CEFF28 (or 0xCEFF28) is known color: Pear. HEX triplet: CE, FF and 28. RGB value is (206,255,40). Sum of RGB (Red+Green+Blue) = 206+255+40=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFF28 is #3100D7. Grayscale: #D8D8D8. Windows color (decimal): -3211480 or 2686926. OLE color: 2686926.
HSL color Cylindrical-coordinate representation of color #CEFF28: hue angle of 73.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEFF28 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 40 | - |
| CMYK | 0.19 | 0 | 0.84 | 0 |
| HSL | 73.67º | 1% | 0.58% | - |
| HSV(B) | 73.67º | 0.84% | 1% | - |
| XYZ | 61.6 | 84.8 | 15.13 | - |
| YUV | 215.84 | 28.77 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 40 | 0.19 | 0 | 0.84 | 0 | 73.67 | 1 | 0.58 |
| Hex | CE | FF | 28 | 13 | 0 | 54 | 0 | 4A | 64 | 3A |
| Octal | 316 | 377 | 50 | 23 | 0 | 124 | 0 | 112 | 144 | 72 |
| Binary | 11001110 | 11111111 | 101000 | 10011 | 0 | 1010100 | 0 | 1001010 | 1100100 | 111010 |
Color Harmonies of #CEFF28
Complementary color
Monochromatic Colors of #CEFF28
Black with #CEFF28
Text Example
Text Example
White with #CEFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFF28; }
p { color: rgb(206,255,40); }
H1.HeaderClassName
{
color: #CEFF28;
}
.AnyTagClassName
{
color: #CEFF28;
}
</style>
background-color css
<style>
a { background-color: #CEFF28; }
a { background-color: rgb(206,255,40); }
div.DivClassName
{
background-color: #CEFF28;
}
.BgClassName
{
background-color: #CEFF28;
}
</style>
border-color css
<style>
span { border-color: #CEFF28; }
span { border-color: rgb(206,255,40); }
td.TdClassName
{
border-color: #CEFF28;
}
.TagClassName
{
border-color: #CEFF28;
}
</style>