Shades of Pear #C9EF26
Tints of Pear #C9EF26
RGB
CMYK
RGB Variations
Color information
#C9EF26 (or 0xC9EF26) is known color: Pear. HEX triplet: C9, EF and 26. RGB value is (201,239,38). Sum of RGB (Red+Green+Blue) = 201+239+38=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 38 (15.23% from 255 or 7.95% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EF26 is #3610D9. Grayscale: #CDCDCD. Windows color (decimal): -3543258 or 2551753. OLE color: 2551753.
HSL color Cylindrical-coordinate representation of color #C9EF26: hue angle of 71.34º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9EF26 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 38 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.06 |
| HSL | 71.34º | 0.86% | 0.54% | - |
| HSV(B) | 71.34º | 0.84% | 0.94% | - |
| XYZ | 55.3 | 74.29 | 13.26 | - |
| YUV | 204.72 | 33.91 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 38 | 0.16 | 0 | 0.84 | 0.06 | 71.34 | 0.86 | 0.54 |
| Hex | C9 | EF | 26 | 10 | 0 | 54 | 6 | 47 | 56 | 36 |
| Octal | 311 | 357 | 46 | 20 | 0 | 124 | 6 | 107 | 126 | 66 |
| Binary | 11001001 | 11101111 | 100110 | 10000 | 0 | 1010100 | 110 | 1000111 | 1010110 | 110110 |
Color Harmonies of #C9EF26
Complementary color
Monochromatic Colors of #C9EF26
Black with #C9EF26
Text Example
Text Example
White with #C9EF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF26; }
p { color: rgb(201,239,38); }
H1.HeaderClassName
{
color: #C9EF26;
}
.AnyTagClassName
{
color: #C9EF26;
}
</style>
background-color css
<style>
a { background-color: #C9EF26; }
a { background-color: rgb(201,239,38); }
div.DivClassName
{
background-color: #C9EF26;
}
.BgClassName
{
background-color: #C9EF26;
}
</style>
border-color css
<style>
span { border-color: #C9EF26; }
span { border-color: rgb(201,239,38); }
td.TdClassName
{
border-color: #C9EF26;
}
.TagClassName
{
border-color: #C9EF26;
}
</style>