Shades of Pear #C9F835
Tints of Pear #C9F835
RGB
CMYK
RGB Variations
Color information
#C9F835 (or 0xC9F835) is known color: Pear. HEX triplet: C9, F8 and 35. RGB value is (201,248,53). Sum of RGB (Red+Green+Blue) = 201+248+53=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 248 (97.27% from 255 or 49.40% from 502); Blue value is 53 (21.09% from 255 or 10.56% from 502); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F835 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F835 is #3607CA. Grayscale: #D4D4D4. Windows color (decimal): -3540939 or 3537097. OLE color: 3537097.
HSL color Cylindrical-coordinate representation of color #C9F835: hue angle of 74.46º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9F835 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 53 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.03 |
| HSL | 74.46º | 0.93% | 0.59% | - |
| HSV(B) | 74.46º | 0.79% | 0.97% | - |
| XYZ | 58.3 | 79.81 | 15.7 | - |
| YUV | 211.72 | 38.43 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 53 | 0.19 | 0 | 0.79 | 0.03 | 74.46 | 0.93 | 0.59 |
| Hex | C9 | F8 | 35 | 13 | 0 | 4F | 3 | 4A | 5D | 3B |
| Octal | 311 | 370 | 65 | 23 | 0 | 117 | 3 | 112 | 135 | 73 |
| Binary | 11001001 | 11111000 | 110101 | 10011 | 0 | 1001111 | 11 | 1001010 | 1011101 | 111011 |
Color Harmonies of #C9F835
Complementary color
Monochromatic Colors of #C9F835
Black with #C9F835
Text Example
Text Example
White with #C9F835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F835; }
p { color: rgb(201,248,53); }
H1.HeaderClassName
{
color: #C9F835;
}
.AnyTagClassName
{
color: #C9F835;
}
</style>
background-color css
<style>
a { background-color: #C9F835; }
a { background-color: rgb(201,248,53); }
div.DivClassName
{
background-color: #C9F835;
}
.BgClassName
{
background-color: #C9F835;
}
</style>
border-color css
<style>
span { border-color: #C9F835; }
span { border-color: rgb(201,248,53); }
td.TdClassName
{
border-color: #C9F835;
}
.TagClassName
{
border-color: #C9F835;
}
</style>