Shades of Pear #C9F31C
Tints of Pear #C9F31C
RGB
CMYK
RGB Variations
Color information
#C9F31C (or 0xC9F31C) is known color: Pear. HEX triplet: C9, F3 and 1C. RGB value is (201,243,28). Sum of RGB (Red+Green+Blue) = 201+243+28=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F31C is #360CE3. Grayscale: #CECECE. Windows color (decimal): -3542244 or 1897417. OLE color: 1897417.
HSL color Cylindrical-coordinate representation of color #C9F31C: hue angle of 71.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9F31C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 243 | 28 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.05 |
| HSL | 71.72º | 0.9% | 0.53% | - |
| HSV(B) | 71.72º | 0.88% | 0.95% | - |
| XYZ | 56.35 | 76.6 | 12.91 | - |
| YUV | 205.93 | 27.59 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 243 | 28 | 0.17 | 0 | 0.88 | 0.05 | 71.72 | 0.9 | 0.53 |
| Hex | C9 | F3 | 1C | 11 | 0 | 58 | 5 | 48 | 5A | 35 |
| Octal | 311 | 363 | 34 | 21 | 0 | 130 | 5 | 110 | 132 | 65 |
| Binary | 11001001 | 11110011 | 11100 | 10001 | 0 | 1011000 | 101 | 1001000 | 1011010 | 110101 |
Color Harmonies of #C9F31C
Complementary color
Monochromatic Colors of #C9F31C
Black with #C9F31C
Text Example
Text Example
White with #C9F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F31C; }
p { color: rgb(201,243,28); }
H1.HeaderClassName
{
color: #C9F31C;
}
.AnyTagClassName
{
color: #C9F31C;
}
</style>
background-color css
<style>
a { background-color: #C9F31C; }
a { background-color: rgb(201,243,28); }
div.DivClassName
{
background-color: #C9F31C;
}
.BgClassName
{
background-color: #C9F31C;
}
</style>
border-color css
<style>
span { border-color: #C9F31C; }
span { border-color: rgb(201,243,28); }
td.TdClassName
{
border-color: #C9F31C;
}
.TagClassName
{
border-color: #C9F31C;
}
</style>