Shades of Pear #CFF020
Tints of Pear #CFF020
RGB
CMYK
RGB Variations
Color information
#CFF020 (or 0xCFF020) is known color: Pear. HEX triplet: CF, F0 and 20. RGB value is (207,240,32). Sum of RGB (Red+Green+Blue) = 207+240+32=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF020 is #300FDF. Grayscale: #CFCFCF. Windows color (decimal): -3149792 or 2158799. OLE color: 2158799.
HSL color Cylindrical-coordinate representation of color #CFF020: hue angle of 69.52º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF020 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 32 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.06 |
| HSL | 69.52º | 0.87% | 0.53% | - |
| HSV(B) | 69.52º | 0.87% | 0.94% | - |
| XYZ | 57.15 | 75.69 | 12.96 | - |
| YUV | 206.42 | 29.57 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 32 | 0.14 | 0 | 0.87 | 0.06 | 69.52 | 0.87 | 0.53 |
| Hex | CF | F0 | 20 | E | 0 | 57 | 6 | 46 | 57 | 35 |
| Octal | 317 | 360 | 40 | 16 | 0 | 127 | 6 | 106 | 127 | 65 |
| Binary | 11001111 | 11110000 | 100000 | 1110 | 0 | 1010111 | 110 | 1000110 | 1010111 | 110101 |
Color Harmonies of #CFF020
Complementary color
Monochromatic Colors of #CFF020
Black with #CFF020
Text Example
Text Example
White with #CFF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF020; }
p { color: rgb(207,240,32); }
H1.HeaderClassName
{
color: #CFF020;
}
.AnyTagClassName
{
color: #CFF020;
}
</style>
background-color css
<style>
a { background-color: #CFF020; }
a { background-color: rgb(207,240,32); }
div.DivClassName
{
background-color: #CFF020;
}
.BgClassName
{
background-color: #CFF020;
}
</style>
border-color css
<style>
span { border-color: #CFF020; }
span { border-color: rgb(207,240,32); }
td.TdClassName
{
border-color: #CFF020;
}
.TagClassName
{
border-color: #CFF020;
}
</style>