Shades of Pear #C9FB31
Tints of Pear #C9FB31
RGB
CMYK
RGB Variations
Color information
#C9FB31 (or 0xC9FB31) is known color: Pear. HEX triplet: C9, FB and 31. RGB value is (201,251,49). Sum of RGB (Red+Green+Blue) = 201+251+49=501 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.12% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 49 (19.53% from 255 or 9.78% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB31 is #3604CE. Grayscale: #D5D5D5. Windows color (decimal): -3540175 or 3275721. OLE color: 3275721.
HSL color Cylindrical-coordinate representation of color #C9FB31: hue angle of 74.85º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9FB31 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 49 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.02 |
| HSL | 74.85º | 0.96% | 0.59% | - |
| HSV(B) | 74.85º | 0.8% | 0.98% | - |
| XYZ | 59.14 | 81.63 | 15.55 | - |
| YUV | 213.02 | 35.44 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 49 | 0.20 | 0 | 0.80 | 0.02 | 74.85 | 0.96 | 0.59 |
| Hex | C9 | FB | 31 | 14 | 0 | 50 | 2 | 4B | 60 | 3B |
| Octal | 311 | 373 | 61 | 24 | 0 | 120 | 2 | 113 | 140 | 73 |
| Binary | 11001001 | 11111011 | 110001 | 10100 | 0 | 1010000 | 10 | 1001011 | 1100000 | 111011 |
Color Harmonies of #C9FB31
Complementary color
Monochromatic Colors of #C9FB31
Black with #C9FB31
Text Example
Text Example
White with #C9FB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB31; }
p { color: rgb(201,251,49); }
H1.HeaderClassName
{
color: #C9FB31;
}
.AnyTagClassName
{
color: #C9FB31;
}
</style>
background-color css
<style>
a { background-color: #C9FB31; }
a { background-color: rgb(201,251,49); }
div.DivClassName
{
background-color: #C9FB31;
}
.BgClassName
{
background-color: #C9FB31;
}
</style>
border-color css
<style>
span { border-color: #C9FB31; }
span { border-color: rgb(201,251,49); }
td.TdClassName
{
border-color: #C9FB31;
}
.TagClassName
{
border-color: #C9FB31;
}
</style>