Shades of Pear #C9F03A
Tints of Pear #C9F03A
RGB
CMYK
RGB Variations
Color information
#C9F03A (or 0xC9F03A) is known color: Pear. HEX triplet: C9, F0 and 3A. RGB value is (201,240,58). Sum of RGB (Red+Green+Blue) = 201+240+58=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 58 (23.05% from 255 or 11.62% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F03A is #360FC5. Grayscale: #D0D0D0. Windows color (decimal): -3542982 or 3862729. OLE color: 3862729.
HSL color Cylindrical-coordinate representation of color #C9F03A: hue angle of 72.86º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9F03A is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 58 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.06 |
| HSL | 72.86º | 0.86% | 0.58% | - |
| HSV(B) | 72.86º | 0.76% | 0.94% | - |
| XYZ | 56.01 | 75.04 | 15.54 | - |
| YUV | 207.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 58 | 0.16 | 0 | 0.76 | 0.06 | 72.86 | 0.86 | 0.58 |
| Hex | C9 | F0 | 3A | 10 | 0 | 4C | 6 | 49 | 56 | 3A |
| Octal | 311 | 360 | 72 | 20 | 0 | 114 | 6 | 111 | 126 | 72 |
| Binary | 11001001 | 11110000 | 111010 | 10000 | 0 | 1001100 | 110 | 1001001 | 1010110 | 111010 |
Color Harmonies of #C9F03A
Complementary color
Monochromatic Colors of #C9F03A
Black with #C9F03A
Text Example
Text Example
White with #C9F03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F03A; }
p { color: rgb(201,240,58); }
H1.HeaderClassName
{
color: #C9F03A;
}
.AnyTagClassName
{
color: #C9F03A;
}
</style>
background-color css
<style>
a { background-color: #C9F03A; }
a { background-color: rgb(201,240,58); }
div.DivClassName
{
background-color: #C9F03A;
}
.BgClassName
{
background-color: #C9F03A;
}
</style>
border-color css
<style>
span { border-color: #C9F03A; }
span { border-color: rgb(201,240,58); }
td.TdClassName
{
border-color: #C9F03A;
}
.TagClassName
{
border-color: #C9F03A;
}
</style>