Shades of Pear #C9F13E
Tints of Pear #C9F13E
RGB
CMYK
RGB Variations
Color information
#C9F13E (or 0xC9F13E) is known color: Pear. HEX triplet: C9, F1 and 3E. RGB value is (201,241,62). Sum of RGB (Red+Green+Blue) = 201+241+62=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 62 (24.61% from 255 or 12.30% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F13E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F13E is #360EC1. Grayscale: #D1D1D1. Windows color (decimal): -3542722 or 4125129. OLE color: 4125129.
HSL color Cylindrical-coordinate representation of color #C9F13E: hue angle of 73.41º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9F13E is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 62 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.05 |
| HSL | 73.41º | 0.86% | 0.59% | - |
| HSV(B) | 73.41º | 0.74% | 0.95% | - |
| XYZ | 56.41 | 75.68 | 16.19 | - |
| YUV | 208.63 | 45.25 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 62 | 0.17 | 0 | 0.74 | 0.05 | 73.41 | 0.86 | 0.59 |
| Hex | C9 | F1 | 3E | 11 | 0 | 4A | 5 | 49 | 56 | 3B |
| Octal | 311 | 361 | 76 | 21 | 0 | 112 | 5 | 111 | 126 | 73 |
| Binary | 11001001 | 11110001 | 111110 | 10001 | 0 | 1001010 | 101 | 1001001 | 1010110 | 111011 |
Color Harmonies of #C9F13E
Complementary color
Monochromatic Colors of #C9F13E
Black with #C9F13E
Text Example
Text Example
White with #C9F13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F13E; }
p { color: rgb(201,241,62); }
H1.HeaderClassName
{
color: #C9F13E;
}
.AnyTagClassName
{
color: #C9F13E;
}
</style>
background-color css
<style>
a { background-color: #C9F13E; }
a { background-color: rgb(201,241,62); }
div.DivClassName
{
background-color: #C9F13E;
}
.BgClassName
{
background-color: #C9F13E;
}
</style>
border-color css
<style>
span { border-color: #C9F13E; }
span { border-color: rgb(201,241,62); }
td.TdClassName
{
border-color: #C9F13E;
}
.TagClassName
{
border-color: #C9F13E;
}
</style>