Shades of Pear #C9F934
Tints of Pear #C9F934
RGB
CMYK
RGB Variations
Color information
#C9F934 (or 0xC9F934) is known color: Pear. HEX triplet: C9, F9 and 34. RGB value is (201,249,52). Sum of RGB (Red+Green+Blue) = 201+249+52=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F934 is #3606CB. Grayscale: #D4D4D4. Windows color (decimal): -3540684 or 3471817. OLE color: 3471817.
HSL color Cylindrical-coordinate representation of color #C9F934: hue angle of 74.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9F934 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 52 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.02 |
| HSL | 74.62º | 0.94% | 0.59% | - |
| HSV(B) | 74.62º | 0.79% | 0.98% | - |
| XYZ | 58.58 | 80.42 | 15.68 | - |
| YUV | 212.19 | 37.6 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 52 | 0.19 | 0 | 0.79 | 0.02 | 74.62 | 0.94 | 0.59 |
| Hex | C9 | F9 | 34 | 13 | 0 | 4F | 2 | 4B | 5E | 3B |
| Octal | 311 | 371 | 64 | 23 | 0 | 117 | 2 | 113 | 136 | 73 |
| Binary | 11001001 | 11111001 | 110100 | 10011 | 0 | 1001111 | 10 | 1001011 | 1011110 | 111011 |
Color Harmonies of #C9F934
Complementary color
Monochromatic Colors of #C9F934
Black with #C9F934
Text Example
Text Example
White with #C9F934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F934; }
p { color: rgb(201,249,52); }
H1.HeaderClassName
{
color: #C9F934;
}
.AnyTagClassName
{
color: #C9F934;
}
</style>
background-color css
<style>
a { background-color: #C9F934; }
a { background-color: rgb(201,249,52); }
div.DivClassName
{
background-color: #C9F934;
}
.BgClassName
{
background-color: #C9F934;
}
</style>
border-color css
<style>
span { border-color: #C9F934; }
span { border-color: rgb(201,249,52); }
td.TdClassName
{
border-color: #C9F934;
}
.TagClassName
{
border-color: #C9F934;
}
</style>