Shades of Pear #C9FB34
Tints of Pear #C9FB34
RGB
CMYK
RGB Variations
Color information
#C9FB34 (or 0xC9FB34) is known color: Pear. HEX triplet: C9, FB and 34. RGB value is (201,251,52). Sum of RGB (Red+Green+Blue) = 201+251+52=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 52 (20.70% from 255 or 10.32% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB34 is #3604CB. Grayscale: #D6D6D6. Windows color (decimal): -3540172 or 3472329. OLE color: 3472329.
HSL color Cylindrical-coordinate representation of color #C9FB34: hue angle of 75.08º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9FB34 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 52 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.02 |
| HSL | 75.08º | 0.96% | 0.59% | - |
| HSV(B) | 75.08º | 0.79% | 0.98% | - |
| XYZ | 59.2 | 81.66 | 15.89 | - |
| YUV | 213.36 | 36.94 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 52 | 0.20 | 0 | 0.79 | 0.02 | 75.08 | 0.96 | 0.59 |
| Hex | C9 | FB | 34 | 14 | 0 | 4F | 2 | 4B | 60 | 3B |
| Octal | 311 | 373 | 64 | 24 | 0 | 117 | 2 | 113 | 140 | 73 |
| Binary | 11001001 | 11111011 | 110100 | 10100 | 0 | 1001111 | 10 | 1001011 | 1100000 | 111011 |
Color Harmonies of #C9FB34
Complementary color
Monochromatic Colors of #C9FB34
Black with #C9FB34
Text Example
Text Example
White with #C9FB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB34; }
p { color: rgb(201,251,52); }
H1.HeaderClassName
{
color: #C9FB34;
}
.AnyTagClassName
{
color: #C9FB34;
}
</style>
background-color css
<style>
a { background-color: #C9FB34; }
a { background-color: rgb(201,251,52); }
div.DivClassName
{
background-color: #C9FB34;
}
.BgClassName
{
background-color: #C9FB34;
}
</style>
border-color css
<style>
span { border-color: #C9FB34; }
span { border-color: rgb(201,251,52); }
td.TdClassName
{
border-color: #C9FB34;
}
.TagClassName
{
border-color: #C9FB34;
}
</style>