Shades of Pear #CFFE28
Tints of Pear #CFFE28
RGB
CMYK
RGB Variations
Color information
#CFFE28 (or 0xCFFE28) is known color: Pear. HEX triplet: CF, FE and 28. RGB value is (207,254,40). Sum of RGB (Red+Green+Blue) = 207+254+40=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 40 (16.02% from 255 or 7.98% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE28 is #3001D7. Grayscale: #D8D8D8. Windows color (decimal): -3146200 or 2686671. OLE color: 2686671.
HSL color Cylindrical-coordinate representation of color #CFFE28: hue angle of 73.18º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFFE28 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 40 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.00 |
| HSL | 73.18º | 0.99% | 0.58% | - |
| HSV(B) | 73.18º | 0.84% | 1% | - |
| XYZ | 61.56 | 84.3 | 15.04 | - |
| YUV | 215.55 | 28.93 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 40 | 0.19 | 0 | 0.84 | 0.00 | 73.18 | 0.99 | 0.58 |
| Hex | CF | FE | 28 | 13 | 0 | 54 | 0 | 49 | 63 | 3A |
| Octal | 317 | 376 | 50 | 23 | 0 | 124 | 0 | 111 | 143 | 72 |
| Binary | 11001111 | 11111110 | 101000 | 10011 | 0 | 1010100 | 0 | 1001001 | 1100011 | 111010 |
Color Harmonies of #CFFE28
Complementary color
Monochromatic Colors of #CFFE28
Black with #CFFE28
Text Example
Text Example
White with #CFFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE28; }
p { color: rgb(207,254,40); }
H1.HeaderClassName
{
color: #CFFE28;
}
.AnyTagClassName
{
color: #CFFE28;
}
</style>
background-color css
<style>
a { background-color: #CFFE28; }
a { background-color: rgb(207,254,40); }
div.DivClassName
{
background-color: #CFFE28;
}
.BgClassName
{
background-color: #CFFE28;
}
</style>
border-color css
<style>
span { border-color: #CFFE28; }
span { border-color: rgb(207,254,40); }
td.TdClassName
{
border-color: #CFFE28;
}
.TagClassName
{
border-color: #CFFE28;
}
</style>