Shades of Pear #C9F135
Tints of Pear #C9F135
RGB
CMYK
RGB Variations
Color information
#C9F135 (or 0xC9F135) is known color: Pear. HEX triplet: C9, F1 and 35. RGB value is (201,241,53). Sum of RGB (Red+Green+Blue) = 201+241+53=495 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.61% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #C9F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F135 is #360ECA. Grayscale: #D0D0D0. Windows color (decimal): -3542731 or 3535305. OLE color: 3535305.
HSL color Cylindrical-coordinate representation of color #C9F135: hue angle of 72.77º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9F135 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 241 | 53 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.05 |
| HSL | 72.77º | 0.87% | 0.58% | - |
| HSV(B) | 72.77º | 0.78% | 0.95% | - |
| XYZ | 56.19 | 75.59 | 15 | - |
| YUV | 207.61 | 40.75 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 53 | 0.17 | 0 | 0.78 | 0.05 | 72.77 | 0.87 | 0.58 |
| Hex | C9 | F1 | 35 | 11 | 0 | 4E | 5 | 49 | 57 | 3A |
| Octal | 311 | 361 | 65 | 21 | 0 | 116 | 5 | 111 | 127 | 72 |
| Binary | 11001001 | 11110001 | 110101 | 10001 | 0 | 1001110 | 101 | 1001001 | 1010111 | 111010 |
Color Harmonies of #C9F135
Complementary color
Monochromatic Colors of #C9F135
Black with #C9F135
Text Example
Text Example
White with #C9F135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F135; }
p { color: rgb(201,241,53); }
H1.HeaderClassName
{
color: #C9F135;
}
.AnyTagClassName
{
color: #C9F135;
}
</style>
background-color css
<style>
a { background-color: #C9F135; }
a { background-color: rgb(201,241,53); }
div.DivClassName
{
background-color: #C9F135;
}
.BgClassName
{
background-color: #C9F135;
}
</style>
border-color css
<style>
span { border-color: #C9F135; }
span { border-color: rgb(201,241,53); }
td.TdClassName
{
border-color: #C9F135;
}
.TagClassName
{
border-color: #C9F135;
}
</style>