Shades of Pear #C9F548
Tints of Pear #C9F548
RGB
CMYK
RGB Variations
Color information
#C9F548 (or 0xC9F548) is known color: Pear. HEX triplet: C9, F5 and 48. RGB value is (201,245,72). Sum of RGB (Red+Green+Blue) = 201+245+72=518 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.80% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F548 is #360AB7. Grayscale: #D4D4D4. Windows color (decimal): -3541688 or 4781513. OLE color: 4781513.
HSL color Cylindrical-coordinate representation of color #C9F548: hue angle of 75.26º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C9F548 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 72 | - |
| CMYK | 0.18 | 0 | 0.71 | 0.04 |
| HSL | 75.26º | 0.9% | 0.62% | - |
| HSV(B) | 75.26º | 0.71% | 0.96% | - |
| XYZ | 57.91 | 78.19 | 18.17 | - |
| YUV | 212.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 72 | 0.18 | 0 | 0.71 | 0.04 | 75.26 | 0.9 | 0.62 |
| Hex | C9 | F5 | 48 | 12 | 0 | 47 | 4 | 4B | 5A | 3E |
| Octal | 311 | 365 | 110 | 22 | 0 | 107 | 4 | 113 | 132 | 76 |
| Binary | 11001001 | 11110101 | 1001000 | 10010 | 0 | 1000111 | 100 | 1001011 | 1011010 | 111110 |
Color Harmonies of #C9F548
Complementary color
Monochromatic Colors of #C9F548
Black with #C9F548
Text Example
Text Example
White with #C9F548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F548; }
p { color: rgb(201,245,72); }
H1.HeaderClassName
{
color: #C9F548;
}
.AnyTagClassName
{
color: #C9F548;
}
</style>
background-color css
<style>
a { background-color: #C9F548; }
a { background-color: rgb(201,245,72); }
div.DivClassName
{
background-color: #C9F548;
}
.BgClassName
{
background-color: #C9F548;
}
</style>
border-color css
<style>
span { border-color: #C9F548; }
span { border-color: rgb(201,245,72); }
td.TdClassName
{
border-color: #C9F548;
}
.TagClassName
{
border-color: #C9F548;
}
</style>