Shades of Pear #C9F52F
Tints of Pear #C9F52F
RGB
CMYK
RGB Variations
Color information
#C9F52F (or 0xC9F52F) is known color: Pear. HEX triplet: C9, F5 and 2F. RGB value is (201,245,47). Sum of RGB (Red+Green+Blue) = 201+245+47=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 47 (18.75% from 255 or 9.53% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F52F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F52F is #360AD0. Grayscale: #D2D2D2. Windows color (decimal): -3541713 or 3143113. OLE color: 3143113.
HSL color Cylindrical-coordinate representation of color #C9F52F: hue angle of 73.33º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9F52F is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 245 | 47 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.04 |
| HSL | 73.33º | 0.91% | 0.57% | - |
| HSV(B) | 73.33º | 0.81% | 0.96% | - |
| XYZ | 57.25 | 77.93 | 14.71 | - |
| YUV | 209.27 | 36.42 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 47 | 0.18 | 0 | 0.81 | 0.04 | 73.33 | 0.91 | 0.57 |
| Hex | C9 | F5 | 2F | 12 | 0 | 51 | 4 | 49 | 5B | 39 |
| Octal | 311 | 365 | 57 | 22 | 0 | 121 | 4 | 111 | 133 | 71 |
| Binary | 11001001 | 11110101 | 101111 | 10010 | 0 | 1010001 | 100 | 1001001 | 1011011 | 111001 |
Color Harmonies of #C9F52F
Complementary color
Monochromatic Colors of #C9F52F
Black with #C9F52F
Text Example
Text Example
White with #C9F52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F52F; }
p { color: rgb(201,245,47); }
H1.HeaderClassName
{
color: #C9F52F;
}
.AnyTagClassName
{
color: #C9F52F;
}
</style>
background-color css
<style>
a { background-color: #C9F52F; }
a { background-color: rgb(201,245,47); }
div.DivClassName
{
background-color: #C9F52F;
}
.BgClassName
{
background-color: #C9F52F;
}
</style>
border-color css
<style>
span { border-color: #C9F52F; }
span { border-color: rgb(201,245,47); }
td.TdClassName
{
border-color: #C9F52F;
}
.TagClassName
{
border-color: #C9F52F;
}
</style>