Shades of Pear #C9F02F
Tints of Pear #C9F02F
RGB
CMYK
RGB Variations
Color information
#C9F02F (or 0xC9F02F) is known color: Pear. HEX triplet: C9, F0 and 2F. RGB value is (201,240,47). Sum of RGB (Red+Green+Blue) = 201+240+47=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F02F is #360FD0. Grayscale: #CFCFCF. Windows color (decimal): -3542993 or 3141833. OLE color: 3141833.
HSL color Cylindrical-coordinate representation of color #C9F02F: hue angle of 72.12º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9F02F is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 47 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.06 |
| HSL | 72.12º | 0.87% | 0.56% | - |
| HSV(B) | 72.12º | 0.8% | 0.94% | - |
| XYZ | 55.76 | 74.94 | 14.22 | - |
| YUV | 206.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 47 | 0.16 | 0 | 0.80 | 0.06 | 72.12 | 0.87 | 0.56 |
| Hex | C9 | F0 | 2F | 10 | 0 | 50 | 6 | 48 | 57 | 38 |
| Octal | 311 | 360 | 57 | 20 | 0 | 120 | 6 | 110 | 127 | 70 |
| Binary | 11001001 | 11110000 | 101111 | 10000 | 0 | 1010000 | 110 | 1001000 | 1010111 | 111000 |
Color Harmonies of #C9F02F
Complementary color
Monochromatic Colors of #C9F02F
Black with #C9F02F
Text Example
Text Example
White with #C9F02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F02F; }
p { color: rgb(201,240,47); }
H1.HeaderClassName
{
color: #C9F02F;
}
.AnyTagClassName
{
color: #C9F02F;
}
</style>
background-color css
<style>
a { background-color: #C9F02F; }
a { background-color: rgb(201,240,47); }
div.DivClassName
{
background-color: #C9F02F;
}
.BgClassName
{
background-color: #C9F02F;
}
</style>
border-color css
<style>
span { border-color: #C9F02F; }
span { border-color: rgb(201,240,47); }
td.TdClassName
{
border-color: #C9F02F;
}
.TagClassName
{
border-color: #C9F02F;
}
</style>