Shades of Pear #C9FB2B
Tints of Pear #C9FB2B
RGB
CMYK
RGB Variations
Color information
#C9FB2B (or 0xC9FB2B) is known color: Pear. HEX triplet: C9, FB and 2B. RGB value is (201,251,43). Sum of RGB (Red+Green+Blue) = 201+251+43=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 43 (17.19% from 255 or 8.69% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FB2B is #3604D4. Grayscale: #D5D5D5. Windows color (decimal): -3540181 or 2882505. OLE color: 2882505.
HSL color Cylindrical-coordinate representation of color #C9FB2B: hue angle of 74.42º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9FB2B is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 251 | 43 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.02 |
| HSL | 74.42º | 0.96% | 0.58% | - |
| HSV(B) | 74.42º | 0.83% | 0.98% | - |
| XYZ | 59.02 | 81.59 | 14.92 | - |
| YUV | 212.34 | 32.44 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 251 | 43 | 0.20 | 0 | 0.83 | 0.02 | 74.42 | 0.96 | 0.58 |
| Hex | C9 | FB | 2B | 14 | 0 | 53 | 2 | 4A | 60 | 3A |
| Octal | 311 | 373 | 53 | 24 | 0 | 123 | 2 | 112 | 140 | 72 |
| Binary | 11001001 | 11111011 | 101011 | 10100 | 0 | 1010011 | 10 | 1001010 | 1100000 | 111010 |
Color Harmonies of #C9FB2B
Complementary color
Monochromatic Colors of #C9FB2B
Black with #C9FB2B
Text Example
Text Example
White with #C9FB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FB2B; }
p { color: rgb(201,251,43); }
H1.HeaderClassName
{
color: #C9FB2B;
}
.AnyTagClassName
{
color: #C9FB2B;
}
</style>
background-color css
<style>
a { background-color: #C9FB2B; }
a { background-color: rgb(201,251,43); }
div.DivClassName
{
background-color: #C9FB2B;
}
.BgClassName
{
background-color: #C9FB2B;
}
</style>
border-color css
<style>
span { border-color: #C9FB2B; }
span { border-color: rgb(201,251,43); }
td.TdClassName
{
border-color: #C9FB2B;
}
.TagClassName
{
border-color: #C9FB2B;
}
</style>