Shades of Pear #CFFD24
Tints of Pear #CFFD24
RGB
CMYK
RGB Variations
Color information
#CFFD24 (or 0xCFFD24) is known color: Pear. HEX triplet: CF, FD and 24. RGB value is (207,253,36). Sum of RGB (Red+Green+Blue) = 207+253+36=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 253 (99.22% from 255 or 51.01% from 496); Blue value is 36 (14.45% from 255 or 7.26% from 496); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFD24 is #3002DB. Grayscale: #D7D7D7. Windows color (decimal): -3146460 or 2424271. OLE color: 2424271.
HSL color Cylindrical-coordinate representation of color #CFFD24: hue angle of 72.72º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFFD24 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 36 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.01 |
| HSL | 72.72º | 0.98% | 0.57% | - |
| HSV(B) | 72.72º | 0.86% | 0.99% | - |
| XYZ | 61.18 | 83.64 | 14.59 | - |
| YUV | 214.51 | 27.26 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 36 | 0.18 | 0 | 0.86 | 0.01 | 72.72 | 0.98 | 0.57 |
| Hex | CF | FD | 24 | 12 | 0 | 56 | 1 | 49 | 62 | 39 |
| Octal | 317 | 375 | 44 | 22 | 0 | 126 | 1 | 111 | 142 | 71 |
| Binary | 11001111 | 11111101 | 100100 | 10010 | 0 | 1010110 | 1 | 1001001 | 1100010 | 111001 |
Color Harmonies of #CFFD24
Complementary color
Monochromatic Colors of #CFFD24
Black with #CFFD24
Text Example
Text Example
White with #CFFD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD24; }
p { color: rgb(207,253,36); }
H1.HeaderClassName
{
color: #CFFD24;
}
.AnyTagClassName
{
color: #CFFD24;
}
</style>
background-color css
<style>
a { background-color: #CFFD24; }
a { background-color: rgb(207,253,36); }
div.DivClassName
{
background-color: #CFFD24;
}
.BgClassName
{
background-color: #CFFD24;
}
</style>
border-color css
<style>
span { border-color: #CFFD24; }
span { border-color: rgb(207,253,36); }
td.TdClassName
{
border-color: #CFFD24;
}
.TagClassName
{
border-color: #CFFD24;
}
</style>