Shades of Pear #CFF920
Tints of Pear #CFF920
RGB
CMYK
RGB Variations
Color information
#CFF920 (or 0xCFF920) is known color: Pear. HEX triplet: CF, F9 and 20. RGB value is (207,249,32). Sum of RGB (Red+Green+Blue) = 207+249+32=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF920 is #3006DF. Grayscale: #D4D4D4. Windows color (decimal): -3147488 or 2161103. OLE color: 2161103.
HSL color Cylindrical-coordinate representation of color #CFF920: hue angle of 71.61º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF920 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 32 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.02 |
| HSL | 71.61º | 0.95% | 0.55% | - |
| HSV(B) | 71.61º | 0.87% | 0.98% | - |
| XYZ | 59.87 | 81.12 | 13.87 | - |
| YUV | 211.7 | 26.59 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 32 | 0.17 | 0 | 0.87 | 0.02 | 71.61 | 0.95 | 0.55 |
| Hex | CF | F9 | 20 | 11 | 0 | 57 | 2 | 48 | 5F | 37 |
| Octal | 317 | 371 | 40 | 21 | 0 | 127 | 2 | 110 | 137 | 67 |
| Binary | 11001111 | 11111001 | 100000 | 10001 | 0 | 1010111 | 10 | 1001000 | 1011111 | 110111 |
Color Harmonies of #CFF920
Complementary color
Monochromatic Colors of #CFF920
Black with #CFF920
Text Example
Text Example
White with #CFF920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF920; }
p { color: rgb(207,249,32); }
H1.HeaderClassName
{
color: #CFF920;
}
.AnyTagClassName
{
color: #CFF920;
}
</style>
background-color css
<style>
a { background-color: #CFF920; }
a { background-color: rgb(207,249,32); }
div.DivClassName
{
background-color: #CFF920;
}
.BgClassName
{
background-color: #CFF920;
}
</style>
border-color css
<style>
span { border-color: #CFF920; }
span { border-color: rgb(207,249,32); }
td.TdClassName
{
border-color: #CFF920;
}
.TagClassName
{
border-color: #CFF920;
}
</style>