Shades of Pear #C9F832
Tints of Pear #C9F832
RGB
CMYK
RGB Variations
Color information
#C9F832 (or 0xC9F832) is known color: Pear. HEX triplet: C9, F8 and 32. RGB value is (201,248,50). Sum of RGB (Red+Green+Blue) = 201+248+50=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F832 is #3607CD. Grayscale: #D4D4D4. Windows color (decimal): -3540942 or 3340489. OLE color: 3340489.
HSL color Cylindrical-coordinate representation of color #C9F832: hue angle of 74.24º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9F832 is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 50 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.03 |
| HSL | 74.24º | 0.93% | 0.58% | - |
| HSV(B) | 74.24º | 0.8% | 0.97% | - |
| XYZ | 58.23 | 79.78 | 15.35 | - |
| YUV | 211.38 | 36.93 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 50 | 0.19 | 0 | 0.80 | 0.03 | 74.24 | 0.93 | 0.58 |
| Hex | C9 | F8 | 32 | 13 | 0 | 50 | 3 | 4A | 5D | 3A |
| Octal | 311 | 370 | 62 | 23 | 0 | 120 | 3 | 112 | 135 | 72 |
| Binary | 11001001 | 11111000 | 110010 | 10011 | 0 | 1010000 | 11 | 1001010 | 1011101 | 111010 |
Color Harmonies of #C9F832
Complementary color
Monochromatic Colors of #C9F832
Black with #C9F832
Text Example
Text Example
White with #C9F832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F832; }
p { color: rgb(201,248,50); }
H1.HeaderClassName
{
color: #C9F832;
}
.AnyTagClassName
{
color: #C9F832;
}
</style>
background-color css
<style>
a { background-color: #C9F832; }
a { background-color: rgb(201,248,50); }
div.DivClassName
{
background-color: #C9F832;
}
.BgClassName
{
background-color: #C9F832;
}
</style>
border-color css
<style>
span { border-color: #C9F832; }
span { border-color: rgb(201,248,50); }
td.TdClassName
{
border-color: #C9F832;
}
.TagClassName
{
border-color: #C9F832;
}
</style>