Shades of Pear #CFF520
Tints of Pear #CFF520
RGB
CMYK
RGB Variations
Color information
#CFF520 (or 0xCFF520) is known color: Pear. HEX triplet: CF, F5 and 20. RGB value is (207,245,32). Sum of RGB (Red+Green+Blue) = 207+245+32=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 32 (12.89% from 255 or 6.61% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF520 is #300ADF. Grayscale: #D2D2D2. Windows color (decimal): -3148512 or 2160079. OLE color: 2160079.
HSL color Cylindrical-coordinate representation of color #CFF520: hue angle of 70.7º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF520 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 32 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 70.7º | 0.91% | 0.54% | - |
| HSV(B) | 70.7º | 0.87% | 0.96% | - |
| XYZ | 58.65 | 78.67 | 13.46 | - |
| YUV | 209.36 | 27.91 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 32 | 0.16 | 0 | 0.87 | 0.04 | 70.7 | 0.91 | 0.54 |
| Hex | CF | F5 | 20 | 10 | 0 | 57 | 4 | 47 | 5B | 36 |
| Octal | 317 | 365 | 40 | 20 | 0 | 127 | 4 | 107 | 133 | 66 |
| Binary | 11001111 | 11110101 | 100000 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CFF520
Complementary color
Monochromatic Colors of #CFF520
Black with #CFF520
Text Example
Text Example
White with #CFF520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF520; }
p { color: rgb(207,245,32); }
H1.HeaderClassName
{
color: #CFF520;
}
.AnyTagClassName
{
color: #CFF520;
}
</style>
background-color css
<style>
a { background-color: #CFF520; }
a { background-color: rgb(207,245,32); }
div.DivClassName
{
background-color: #CFF520;
}
.BgClassName
{
background-color: #CFF520;
}
</style>
border-color css
<style>
span { border-color: #CFF520; }
span { border-color: rgb(207,245,32); }
td.TdClassName
{
border-color: #CFF520;
}
.TagClassName
{
border-color: #CFF520;
}
</style>