Shades of Pear #C5F027
Tints of Pear #C5F027
RGB
CMYK
RGB Variations
Color information
#C5F027 (or 0xC5F027) is known color: Pear. HEX triplet: C5, F0 and 27. RGB value is (197,240,39). Sum of RGB (Red+Green+Blue) = 197+240+39=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 240 (94.14% from 255 or 50.42% from 476); Blue value is 39 (15.62% from 255 or 8.19% from 476); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F027 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F027 is #3A0FD8. Grayscale: #CCCCCC. Windows color (decimal): -3805145 or 2617541. OLE color: 2617541.
HSL color Cylindrical-coordinate representation of color #C5F027: hue angle of 72.84º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5F027 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 39 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.06 |
| HSL | 72.84º | 0.87% | 0.55% | - |
| HSV(B) | 72.84º | 0.84% | 0.94% | - |
| XYZ | 54.55 | 74.34 | 13.39 | - |
| YUV | 204.23 | 34.75 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 39 | 0.18 | 0 | 0.84 | 0.06 | 72.84 | 0.87 | 0.55 |
| Hex | C5 | F0 | 27 | 12 | 0 | 54 | 6 | 49 | 57 | 37 |
| Octal | 305 | 360 | 47 | 22 | 0 | 124 | 6 | 111 | 127 | 67 |
| Binary | 11000101 | 11110000 | 100111 | 10010 | 0 | 1010100 | 110 | 1001001 | 1010111 | 110111 |
Color Harmonies of #C5F027
Complementary color
Monochromatic Colors of #C5F027
Black with #C5F027
Text Example
Text Example
White with #C5F027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F027; }
p { color: rgb(197,240,39); }
H1.HeaderClassName
{
color: #C5F027;
}
.AnyTagClassName
{
color: #C5F027;
}
</style>
background-color css
<style>
a { background-color: #C5F027; }
a { background-color: rgb(197,240,39); }
div.DivClassName
{
background-color: #C5F027;
}
.BgClassName
{
background-color: #C5F027;
}
</style>
border-color css
<style>
span { border-color: #C5F027; }
span { border-color: rgb(197,240,39); }
td.TdClassName
{
border-color: #C5F027;
}
.TagClassName
{
border-color: #C5F027;
}
</style>