Shades of Pear #C9F81F
Tints of Pear #C9F81F
RGB
CMYK
RGB Variations
Color information
#C9F81F (or 0xC9F81F) is known color: Pear. HEX triplet: C9, F8 and 1F. RGB value is (201,248,31). Sum of RGB (Red+Green+Blue) = 201+248+31=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 248 (97.27% from 255 or 51.67% from 480); Blue value is 31 (12.5% from 255 or 6.46% from 480); Max value from RGB is 248 - color contains mainly: green. Hex color #C9F81F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F81F is #3607E0. Grayscale: #D2D2D2. Windows color (decimal): -3540961 or 2095305. OLE color: 2095305.
HSL color Cylindrical-coordinate representation of color #C9F81F: hue angle of 73º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9F81F is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 248 | 31 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.03 |
| HSL | 73º | 0.94% | 0.55% | - |
| HSV(B) | 73º | 0.88% | 0.97% | - |
| XYZ | 57.9 | 79.65 | 13.62 | - |
| YUV | 209.21 | 27.43 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 248 | 31 | 0.19 | 0 | 0.88 | 0.03 | 73 | 0.94 | 0.55 |
| Hex | C9 | F8 | 1F | 13 | 0 | 58 | 3 | 49 | 5E | 37 |
| Octal | 311 | 370 | 37 | 23 | 0 | 130 | 3 | 111 | 136 | 67 |
| Binary | 11001001 | 11111000 | 11111 | 10011 | 0 | 1011000 | 11 | 1001001 | 1011110 | 110111 |
Color Harmonies of #C9F81F
Complementary color
Monochromatic Colors of #C9F81F
Black with #C9F81F
Text Example
Text Example
White with #C9F81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F81F; }
p { color: rgb(201,248,31); }
H1.HeaderClassName
{
color: #C9F81F;
}
.AnyTagClassName
{
color: #C9F81F;
}
</style>
background-color css
<style>
a { background-color: #C9F81F; }
a { background-color: rgb(201,248,31); }
div.DivClassName
{
background-color: #C9F81F;
}
.BgClassName
{
background-color: #C9F81F;
}
</style>
border-color css
<style>
span { border-color: #C9F81F; }
span { border-color: rgb(201,248,31); }
td.TdClassName
{
border-color: #C9F81F;
}
.TagClassName
{
border-color: #C9F81F;
}
</style>