Shades of Pear #C9F825
Tints of Pear #C9F825
RGB
CMYK
RGB Variations
Color information
#C9F825 (or 0xC9F825) is known color: Pear. HEX triplet: C9, F8 and 25. RGB value is (201,248,37). Sum of RGB (Red+Green+Blue) = 201+248+37=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 37 (14.84% from 255 or 7.61% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F825 is #3607DA. Grayscale: #D2D2D2. Windows color (decimal): -3540955 or 2488521. OLE color: 2488521.
HSL color Cylindrical-coordinate representation of color #C9F825: hue angle of 73.36º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9F825 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 37 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.03 |
| HSL | 73.36º | 0.94% | 0.56% | - |
| HSV(B) | 73.36º | 0.85% | 0.97% | - |
| XYZ | 57.99 | 79.69 | 14.07 | - |
| YUV | 209.89 | 30.43 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 37 | 0.19 | 0 | 0.85 | 0.03 | 73.36 | 0.94 | 0.56 |
| Hex | C9 | F8 | 25 | 13 | 0 | 55 | 3 | 49 | 5E | 38 |
| Octal | 311 | 370 | 45 | 23 | 0 | 125 | 3 | 111 | 136 | 70 |
| Binary | 11001001 | 11111000 | 100101 | 10011 | 0 | 1010101 | 11 | 1001001 | 1011110 | 111000 |
Color Harmonies of #C9F825
Complementary color
Monochromatic Colors of #C9F825
Black with #C9F825
Text Example
Text Example
White with #C9F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F825; }
p { color: rgb(201,248,37); }
H1.HeaderClassName
{
color: #C9F825;
}
.AnyTagClassName
{
color: #C9F825;
}
</style>
background-color css
<style>
a { background-color: #C9F825; }
a { background-color: rgb(201,248,37); }
div.DivClassName
{
background-color: #C9F825;
}
.BgClassName
{
background-color: #C9F825;
}
</style>
border-color css
<style>
span { border-color: #C9F825; }
span { border-color: rgb(201,248,37); }
td.TdClassName
{
border-color: #C9F825;
}
.TagClassName
{
border-color: #C9F825;
}
</style>