Shades of Pear #C9F12F
Tints of Pear #C9F12F
RGB
CMYK
RGB Variations
Color information
#C9F12F (or 0xC9F12F) is known color: Pear. HEX triplet: C9, F1 and 2F. RGB value is (201,241,47). Sum of RGB (Red+Green+Blue) = 201+241+47=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F12F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F12F is #360ED0. Grayscale: #CFCFCF. Windows color (decimal): -3542737 or 3142089. OLE color: 3142089.
HSL color Cylindrical-coordinate representation of color #C9F12F: hue angle of 72.37º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9F12F is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 47 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.05 |
| HSL | 72.37º | 0.87% | 0.56% | - |
| HSV(B) | 72.37º | 0.8% | 0.95% | - |
| XYZ | 56.06 | 75.53 | 14.31 | - |
| YUV | 206.92 | 37.75 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 47 | 0.17 | 0 | 0.80 | 0.05 | 72.37 | 0.87 | 0.56 |
| Hex | C9 | F1 | 2F | 11 | 0 | 50 | 5 | 48 | 57 | 38 |
| Octal | 311 | 361 | 57 | 21 | 0 | 120 | 5 | 110 | 127 | 70 |
| Binary | 11001001 | 11110001 | 101111 | 10001 | 0 | 1010000 | 101 | 1001000 | 1010111 | 111000 |
Color Harmonies of #C9F12F
Complementary color
Monochromatic Colors of #C9F12F
Black with #C9F12F
Text Example
Text Example
White with #C9F12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F12F; }
p { color: rgb(201,241,47); }
H1.HeaderClassName
{
color: #C9F12F;
}
.AnyTagClassName
{
color: #C9F12F;
}
</style>
background-color css
<style>
a { background-color: #C9F12F; }
a { background-color: rgb(201,241,47); }
div.DivClassName
{
background-color: #C9F12F;
}
.BgClassName
{
background-color: #C9F12F;
}
</style>
border-color css
<style>
span { border-color: #C9F12F; }
span { border-color: rgb(201,241,47); }
td.TdClassName
{
border-color: #C9F12F;
}
.TagClassName
{
border-color: #C9F12F;
}
</style>