Shades of Pear #CFFD28
Tints of Pear #CFFD28
RGB
CMYK
RGB Variations
Color information
#CFFD28 (or 0xCFFD28) is known color: Pear. HEX triplet: CF, FD and 28. RGB value is (207,253,40). Sum of RGB (Red+Green+Blue) = 207+253+40=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 40 (16.02% from 255 or 8% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD28 is #3002D7. Grayscale: #D7D7D7. Windows color (decimal): -3146456 or 2686415. OLE color: 2686415.
HSL color Cylindrical-coordinate representation of color #CFFD28: hue angle of 72.96º 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 #CFFD28 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 40 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.01 |
| HSL | 72.96º | 0.98% | 0.57% | - |
| HSV(B) | 72.96º | 0.84% | 0.99% | - |
| XYZ | 61.24 | 83.67 | 14.93 | - |
| YUV | 214.96 | 29.26 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 40 | 0.18 | 0 | 0.84 | 0.01 | 72.96 | 0.98 | 0.57 |
| Hex | CF | FD | 28 | 12 | 0 | 54 | 1 | 49 | 62 | 39 |
| Octal | 317 | 375 | 50 | 22 | 0 | 124 | 1 | 111 | 142 | 71 |
| Binary | 11001111 | 11111101 | 101000 | 10010 | 0 | 1010100 | 1 | 1001001 | 1100010 | 111001 |
Color Harmonies of #CFFD28
Complementary color
Monochromatic Colors of #CFFD28
Black with #CFFD28
Text Example
Text Example
White with #CFFD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD28; }
p { color: rgb(207,253,40); }
H1.HeaderClassName
{
color: #CFFD28;
}
.AnyTagClassName
{
color: #CFFD28;
}
</style>
background-color css
<style>
a { background-color: #CFFD28; }
a { background-color: rgb(207,253,40); }
div.DivClassName
{
background-color: #CFFD28;
}
.BgClassName
{
background-color: #CFFD28;
}
</style>
border-color css
<style>
span { border-color: #CFFD28; }
span { border-color: rgb(207,253,40); }
td.TdClassName
{
border-color: #CFFD28;
}
.TagClassName
{
border-color: #CFFD28;
}
</style>