Shades of Pear #C9F12C
Tints of Pear #C9F12C
RGB
CMYK
RGB Variations
Color information
#C9F12C (or 0xC9F12C) is known color: Pear. HEX triplet: C9, F1 and 2C. RGB value is (201,241,44). Sum of RGB (Red+Green+Blue) = 201+241+44=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F12C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F12C is #360ED3. Grayscale: #CFCFCF. Windows color (decimal): -3542740 or 2945481. OLE color: 2945481.
HSL color Cylindrical-coordinate representation of color #C9F12C: hue angle of 72.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C9F12C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 44 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.05 |
| HSL | 72.18º | 0.88% | 0.56% | - |
| HSV(B) | 72.18º | 0.82% | 0.95% | - |
| XYZ | 56 | 75.51 | 14.01 | - |
| YUV | 206.58 | 36.25 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 44 | 0.17 | 0 | 0.82 | 0.05 | 72.18 | 0.88 | 0.56 |
| Hex | C9 | F1 | 2C | 11 | 0 | 52 | 5 | 48 | 58 | 38 |
| Octal | 311 | 361 | 54 | 21 | 0 | 122 | 5 | 110 | 130 | 70 |
| Binary | 11001001 | 11110001 | 101100 | 10001 | 0 | 1010010 | 101 | 1001000 | 1011000 | 111000 |
Color Harmonies of #C9F12C
Complementary color
Monochromatic Colors of #C9F12C
Black with #C9F12C
Text Example
Text Example
White with #C9F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F12C; }
p { color: rgb(201,241,44); }
H1.HeaderClassName
{
color: #C9F12C;
}
.AnyTagClassName
{
color: #C9F12C;
}
</style>
background-color css
<style>
a { background-color: #C9F12C; }
a { background-color: rgb(201,241,44); }
div.DivClassName
{
background-color: #C9F12C;
}
.BgClassName
{
background-color: #C9F12C;
}
</style>
border-color css
<style>
span { border-color: #C9F12C; }
span { border-color: rgb(201,241,44); }
td.TdClassName
{
border-color: #C9F12C;
}
.TagClassName
{
border-color: #C9F12C;
}
</style>