Shades of Pear #C9FC26
Tints of Pear #C9FC26
RGB
CMYK
RGB Variations
Color information
#C9FC26 (or 0xC9FC26) is known color: Pear. HEX triplet: C9, FC and 26. RGB value is (201,252,38). Sum of RGB (Red+Green+Blue) = 201+252+38=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 252 (98.83% from 255 or 51.32% from 491); Blue value is 38 (15.23% from 255 or 7.74% from 491); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC26 is #3603D9. Grayscale: #D5D5D5. Windows color (decimal): -3539930 or 2555081. OLE color: 2555081.
HSL color Cylindrical-coordinate representation of color #C9FC26: hue angle of 74.3º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9FC26 is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 38 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.01 |
| HSL | 74.3º | 0.97% | 0.57% | - |
| HSV(B) | 74.3º | 0.85% | 0.99% | - |
| XYZ | 59.25 | 82.18 | 14.57 | - |
| YUV | 212.36 | 29.6 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 38 | 0.20 | 0 | 0.85 | 0.01 | 74.3 | 0.97 | 0.57 |
| Hex | C9 | FC | 26 | 14 | 0 | 55 | 1 | 4A | 61 | 39 |
| Octal | 311 | 374 | 46 | 24 | 0 | 125 | 1 | 112 | 141 | 71 |
| Binary | 11001001 | 11111100 | 100110 | 10100 | 0 | 1010101 | 1 | 1001010 | 1100001 | 111001 |
Color Harmonies of #C9FC26
Complementary color
Monochromatic Colors of #C9FC26
Black with #C9FC26
Text Example
Text Example
White with #C9FC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC26; }
p { color: rgb(201,252,38); }
H1.HeaderClassName
{
color: #C9FC26;
}
.AnyTagClassName
{
color: #C9FC26;
}
</style>
background-color css
<style>
a { background-color: #C9FC26; }
a { background-color: rgb(201,252,38); }
div.DivClassName
{
background-color: #C9FC26;
}
.BgClassName
{
background-color: #C9FC26;
}
</style>
border-color css
<style>
span { border-color: #C9FC26; }
span { border-color: rgb(201,252,38); }
td.TdClassName
{
border-color: #C9FC26;
}
.TagClassName
{
border-color: #C9FC26;
}
</style>