Shades of Pear #C9F01E
Tints of Pear #C9F01E
RGB
CMYK
RGB Variations
Color information
#C9F01E (or 0xC9F01E) is known color: Pear. HEX triplet: C9, F0 and 1E. RGB value is (201,240,30). Sum of RGB (Red+Green+Blue) = 201+240+30=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F01E is #360FE1. Grayscale: #CDCDCD. Windows color (decimal): -3543010 or 2027721. OLE color: 2027721.
HSL color Cylindrical-coordinate representation of color #C9F01E: hue angle of 71.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9F01E is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 240 | 30 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.06 |
| HSL | 71.14º | 0.88% | 0.53% | - |
| HSV(B) | 71.14º | 0.88% | 0.94% | - |
| XYZ | 55.48 | 74.83 | 12.75 | - |
| YUV | 204.4 | 29.58 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 240 | 30 | 0.16 | 0 | 0.87 | 0.06 | 71.14 | 0.88 | 0.53 |
| Hex | C9 | F0 | 1E | 10 | 0 | 57 | 6 | 47 | 58 | 35 |
| Octal | 311 | 360 | 36 | 20 | 0 | 127 | 6 | 107 | 130 | 65 |
| Binary | 11001001 | 11110000 | 11110 | 10000 | 0 | 1010111 | 110 | 1000111 | 1011000 | 110101 |
Color Harmonies of #C9F01E
Complementary color
Monochromatic Colors of #C9F01E
Black with #C9F01E
Text Example
Text Example
White with #C9F01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F01E; }
p { color: rgb(201,240,30); }
H1.HeaderClassName
{
color: #C9F01E;
}
.AnyTagClassName
{
color: #C9F01E;
}
</style>
background-color css
<style>
a { background-color: #C9F01E; }
a { background-color: rgb(201,240,30); }
div.DivClassName
{
background-color: #C9F01E;
}
.BgClassName
{
background-color: #C9F01E;
}
</style>
border-color css
<style>
span { border-color: #C9F01E; }
span { border-color: rgb(201,240,30); }
td.TdClassName
{
border-color: #C9F01E;
}
.TagClassName
{
border-color: #C9F01E;
}
</style>