Shades of Pear #C5F021
Tints of Pear #C5F021
RGB
CMYK
RGB Variations
Color information
#C5F021 (or 0xC5F021) is known color: Pear. HEX triplet: C5, F0 and 21. RGB value is (197,240,33). Sum of RGB (Red+Green+Blue) = 197+240+33=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F021 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F021 is #3A0FDE. Grayscale: #CCCCCC. Windows color (decimal): -3805151 or 2224325. OLE color: 2224325.
HSL color Cylindrical-coordinate representation of color #C5F021: hue angle of 72.46º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5F021 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 33 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.06 |
| HSL | 72.46º | 0.87% | 0.54% | - |
| HSV(B) | 72.46º | 0.86% | 0.94% | - |
| XYZ | 54.46 | 74.3 | 12.91 | - |
| YUV | 203.55 | 31.75 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 33 | 0.18 | 0 | 0.86 | 0.06 | 72.46 | 0.87 | 0.54 |
| Hex | C5 | F0 | 21 | 12 | 0 | 56 | 6 | 48 | 57 | 36 |
| Octal | 305 | 360 | 41 | 22 | 0 | 126 | 6 | 110 | 127 | 66 |
| Binary | 11000101 | 11110000 | 100001 | 10010 | 0 | 1010110 | 110 | 1001000 | 1010111 | 110110 |
Color Harmonies of #C5F021
Complementary color
Monochromatic Colors of #C5F021
Black with #C5F021
Text Example
Text Example
White with #C5F021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F021; }
p { color: rgb(197,240,33); }
H1.HeaderClassName
{
color: #C5F021;
}
.AnyTagClassName
{
color: #C5F021;
}
</style>
background-color css
<style>
a { background-color: #C5F021; }
a { background-color: rgb(197,240,33); }
div.DivClassName
{
background-color: #C5F021;
}
.BgClassName
{
background-color: #C5F021;
}
</style>
border-color css
<style>
span { border-color: #C5F021; }
span { border-color: rgb(197,240,33); }
td.TdClassName
{
border-color: #C5F021;
}
.TagClassName
{
border-color: #C5F021;
}
</style>