Shades of Pear #CEFD28
Tints of Pear #CEFD28
RGB
CMYK
RGB Variations
Color information
#CEFD28 (or 0xCEFD28) is known color: Pear. HEX triplet: CE, FD and 28. RGB value is (206,253,40). Sum of RGB (Red+Green+Blue) = 206+253+40=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFD28 is #3102D7. Grayscale: #D7D7D7. Windows color (decimal): -3211992 or 2686414. OLE color: 2686414.
HSL color Cylindrical-coordinate representation of color #CEFD28: hue angle of 73.24º degrees, saturation: 0.98, 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 #CEFD28 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 253 | 40 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.01 |
| HSL | 73.24º | 0.98% | 0.57% | - |
| HSV(B) | 73.24º | 0.84% | 0.99% | - |
| XYZ | 60.96 | 83.53 | 14.92 | - |
| YUV | 214.67 | 29.43 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 253 | 40 | 0.19 | 0 | 0.84 | 0.01 | 73.24 | 0.98 | 0.57 |
| Hex | CE | FD | 28 | 13 | 0 | 54 | 1 | 49 | 62 | 39 |
| Octal | 316 | 375 | 50 | 23 | 0 | 124 | 1 | 111 | 142 | 71 |
| Binary | 11001110 | 11111101 | 101000 | 10011 | 0 | 1010100 | 1 | 1001001 | 1100010 | 111001 |
Color Harmonies of #CEFD28
Complementary color
Monochromatic Colors of #CEFD28
Black with #CEFD28
Text Example
Text Example
White with #CEFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFD28; }
p { color: rgb(206,253,40); }
H1.HeaderClassName
{
color: #CEFD28;
}
.AnyTagClassName
{
color: #CEFD28;
}
</style>
background-color css
<style>
a { background-color: #CEFD28; }
a { background-color: rgb(206,253,40); }
div.DivClassName
{
background-color: #CEFD28;
}
.BgClassName
{
background-color: #CEFD28;
}
</style>
border-color css
<style>
span { border-color: #CEFD28; }
span { border-color: rgb(206,253,40); }
td.TdClassName
{
border-color: #CEFD28;
}
.TagClassName
{
border-color: #CEFD28;
}
</style>