Shades of Pear #C9FC28
Tints of Pear #C9FC28
RGB
CMYK
RGB Variations
Color information
#C9FC28 (or 0xC9FC28) is known color: Pear. HEX triplet: C9, FC and 28. RGB value is (201,252,40). Sum of RGB (Red+Green+Blue) = 201+252+40=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 40 (16.02% from 255 or 8.11% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #C9FC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9FC28 is #3603D7. Grayscale: #D5D5D5. Windows color (decimal): -3539928 or 2686153. OLE color: 2686153.
HSL color Cylindrical-coordinate representation of color #C9FC28: hue angle of 74.43º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9FC28 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 40 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.01 |
| HSL | 74.43º | 0.97% | 0.57% | - |
| HSV(B) | 74.43º | 0.84% | 0.99% | - |
| XYZ | 59.28 | 82.19 | 14.75 | - |
| YUV | 212.58 | 30.6 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 40 | 0.20 | 0 | 0.84 | 0.01 | 74.43 | 0.97 | 0.57 |
| Hex | C9 | FC | 28 | 14 | 0 | 54 | 1 | 4A | 61 | 39 |
| Octal | 311 | 374 | 50 | 24 | 0 | 124 | 1 | 112 | 141 | 71 |
| Binary | 11001001 | 11111100 | 101000 | 10100 | 0 | 1010100 | 1 | 1001010 | 1100001 | 111001 |
Color Harmonies of #C9FC28
Complementary color
Monochromatic Colors of #C9FC28
Black with #C9FC28
Text Example
Text Example
White with #C9FC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FC28; }
p { color: rgb(201,252,40); }
H1.HeaderClassName
{
color: #C9FC28;
}
.AnyTagClassName
{
color: #C9FC28;
}
</style>
background-color css
<style>
a { background-color: #C9FC28; }
a { background-color: rgb(201,252,40); }
div.DivClassName
{
background-color: #C9FC28;
}
.BgClassName
{
background-color: #C9FC28;
}
</style>
border-color css
<style>
span { border-color: #C9FC28; }
span { border-color: rgb(201,252,40); }
td.TdClassName
{
border-color: #C9FC28;
}
.TagClassName
{
border-color: #C9FC28;
}
</style>