Shades of Pear #CFF521
Tints of Pear #CFF521
RGB
CMYK
RGB Variations
Color information
#CFF521 (or 0xCFF521) is known color: Pear. HEX triplet: CF, F5 and 21. RGB value is (207,245,33). Sum of RGB (Red+Green+Blue) = 207+245+33=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 245 (96.09% from 255 or 50.52% from 485); Blue value is 33 (13.28% from 255 or 6.80% from 485); Max value from RGB is 245 - color contains mainly: green. Hex color #CFF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF521 is #300ADE. Grayscale: #D2D2D2. Windows color (decimal): -3148511 or 2225615. OLE color: 2225615.
HSL color Cylindrical-coordinate representation of color #CFF521: hue angle of 70.75º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF521 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 245 | 33 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 70.75º | 0.91% | 0.55% | - |
| HSV(B) | 70.75º | 0.87% | 0.96% | - |
| XYZ | 58.66 | 78.68 | 13.53 | - |
| YUV | 209.47 | 28.41 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 33 | 0.16 | 0 | 0.87 | 0.04 | 70.75 | 0.91 | 0.55 |
| Hex | CF | F5 | 21 | 10 | 0 | 57 | 4 | 47 | 5B | 37 |
| Octal | 317 | 365 | 41 | 20 | 0 | 127 | 4 | 107 | 133 | 67 |
| Binary | 11001111 | 11110101 | 100001 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011011 | 110111 |
Color Harmonies of #CFF521
Complementary color
Monochromatic Colors of #CFF521
Black with #CFF521
Text Example
Text Example
White with #CFF521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF521; }
p { color: rgb(207,245,33); }
H1.HeaderClassName
{
color: #CFF521;
}
.AnyTagClassName
{
color: #CFF521;
}
</style>
background-color css
<style>
a { background-color: #CFF521; }
a { background-color: rgb(207,245,33); }
div.DivClassName
{
background-color: #CFF521;
}
.BgClassName
{
background-color: #CFF521;
}
</style>
border-color css
<style>
span { border-color: #CFF521; }
span { border-color: rgb(207,245,33); }
td.TdClassName
{
border-color: #CFF521;
}
.TagClassName
{
border-color: #CFF521;
}
</style>