Shades of Pear #C5EA27
Tints of Pear #C5EA27
RGB
CMYK
RGB Variations
Color information
#C5EA27 (or 0xC5EA27) is known color: Pear. HEX triplet: C5, EA and 27. RGB value is (197,234,39). Sum of RGB (Red+Green+Blue) = 197+234+39=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EA27 is #3A15D8. Grayscale: #C9C9C9. Windows color (decimal): -3806681 or 2616005. OLE color: 2616005.
HSL color Cylindrical-coordinate representation of color #C5EA27: hue angle of 71.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5EA27 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 39 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.08 |
| HSL | 71.38º | 0.82% | 0.54% | - |
| HSV(B) | 71.38º | 0.83% | 0.92% | - |
| XYZ | 52.81 | 70.86 | 12.81 | - |
| YUV | 200.71 | 36.74 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 39 | 0.16 | 0 | 0.83 | 0.08 | 71.38 | 0.82 | 0.54 |
| Hex | C5 | EA | 27 | 10 | 0 | 53 | 8 | 47 | 52 | 36 |
| Octal | 305 | 352 | 47 | 20 | 0 | 123 | 10 | 107 | 122 | 66 |
| Binary | 11000101 | 11101010 | 100111 | 10000 | 0 | 1010011 | 1000 | 1000111 | 1010010 | 110110 |
Color Harmonies of #C5EA27
Complementary color
Monochromatic Colors of #C5EA27
Black with #C5EA27
Text Example
Text Example
White with #C5EA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA27; }
p { color: rgb(197,234,39); }
H1.HeaderClassName
{
color: #C5EA27;
}
.AnyTagClassName
{
color: #C5EA27;
}
</style>
background-color css
<style>
a { background-color: #C5EA27; }
a { background-color: rgb(197,234,39); }
div.DivClassName
{
background-color: #C5EA27;
}
.BgClassName
{
background-color: #C5EA27;
}
</style>
border-color css
<style>
span { border-color: #C5EA27; }
span { border-color: rgb(197,234,39); }
td.TdClassName
{
border-color: #C5EA27;
}
.TagClassName
{
border-color: #C5EA27;
}
</style>