Shades of Pear #CEFC28
Tints of Pear #CEFC28
RGB
CMYK
RGB Variations
Color information
#CEFC28 (or 0xCEFC28) is known color: Pear. HEX triplet: CE, FC and 28. RGB value is (206,252,40). Sum of RGB (Red+Green+Blue) = 206+252+40=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 40 (16.02% from 255 or 8.03% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFC28 is #3103D7. Grayscale: #D6D6D6. Windows color (decimal): -3212248 or 2686158. OLE color: 2686158.
HSL color Cylindrical-coordinate representation of color #CEFC28: hue angle of 73.02º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEFC28 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 252 | 40 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.01 |
| HSL | 73.02º | 0.97% | 0.57% | - |
| HSV(B) | 73.02º | 0.84% | 0.99% | - |
| XYZ | 60.65 | 82.9 | 14.81 | - |
| YUV | 214.08 | 29.76 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 252 | 40 | 0.18 | 0 | 0.84 | 0.01 | 73.02 | 0.97 | 0.57 |
| Hex | CE | FC | 28 | 12 | 0 | 54 | 1 | 49 | 61 | 39 |
| Octal | 316 | 374 | 50 | 22 | 0 | 124 | 1 | 111 | 141 | 71 |
| Binary | 11001110 | 11111100 | 101000 | 10010 | 0 | 1010100 | 1 | 1001001 | 1100001 | 111001 |
Color Harmonies of #CEFC28
Complementary color
Monochromatic Colors of #CEFC28
Black with #CEFC28
Text Example
Text Example
White with #CEFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFC28; }
p { color: rgb(206,252,40); }
H1.HeaderClassName
{
color: #CEFC28;
}
.AnyTagClassName
{
color: #CEFC28;
}
</style>
background-color css
<style>
a { background-color: #CEFC28; }
a { background-color: rgb(206,252,40); }
div.DivClassName
{
background-color: #CEFC28;
}
.BgClassName
{
background-color: #CEFC28;
}
</style>
border-color css
<style>
span { border-color: #CEFC28; }
span { border-color: rgb(206,252,40); }
td.TdClassName
{
border-color: #CEFC28;
}
.TagClassName
{
border-color: #CEFC28;
}
</style>