Shades of Pear #CFFC37
Tints of Pear #CFFC37
RGB
CMYK
RGB Variations
Color information
#CFFC37 (or 0xCFFC37) is known color: Pear. HEX triplet: CF, FC and 37. RGB value is (207,252,55). Sum of RGB (Red+Green+Blue) = 207+252+55=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 55 (21.88% from 255 or 10.70% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC37 is #3003C8. Grayscale: #D8D8D8. Windows color (decimal): -3146697 or 3669199. OLE color: 3669199.
HSL color Cylindrical-coordinate representation of color #CFFC37: hue angle of 73.71º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFFC37 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 55 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.01 |
| HSL | 73.71º | 0.97% | 0.6% | - |
| HSV(B) | 73.71º | 0.78% | 0.99% | - |
| XYZ | 61.23 | 83.16 | 16.44 | - |
| YUV | 216.09 | 37.09 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 55 | 0.18 | 0 | 0.78 | 0.01 | 73.71 | 0.97 | 0.6 |
| Hex | CF | FC | 37 | 12 | 0 | 4E | 1 | 4A | 61 | 3C |
| Octal | 317 | 374 | 67 | 22 | 0 | 116 | 1 | 112 | 141 | 74 |
| Binary | 11001111 | 11111100 | 110111 | 10010 | 0 | 1001110 | 1 | 1001010 | 1100001 | 111100 |
Color Harmonies of #CFFC37
Complementary color
Monochromatic Colors of #CFFC37
Black with #CFFC37
Text Example
Text Example
White with #CFFC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC37; }
p { color: rgb(207,252,55); }
H1.HeaderClassName
{
color: #CFFC37;
}
.AnyTagClassName
{
color: #CFFC37;
}
</style>
background-color css
<style>
a { background-color: #CFFC37; }
a { background-color: rgb(207,252,55); }
div.DivClassName
{
background-color: #CFFC37;
}
.BgClassName
{
background-color: #CFFC37;
}
</style>
border-color css
<style>
span { border-color: #CFFC37; }
span { border-color: rgb(207,252,55); }
td.TdClassName
{
border-color: #CFFC37;
}
.TagClassName
{
border-color: #CFFC37;
}
</style>