Shades of Pear #C5EF38
Tints of Pear #C5EF38
RGB
CMYK
RGB Variations
Color information
#C5EF38 (or 0xC5EF38) is known color: Pear. HEX triplet: C5, EF and 38. RGB value is (197,239,56). Sum of RGB (Red+Green+Blue) = 197+239+56=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 239 (93.75% from 255 or 48.58% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EF38 is #3A10C7. Grayscale: #CECECE. Windows color (decimal): -3805384 or 3731397. OLE color: 3731397.
HSL color Cylindrical-coordinate representation of color #C5EF38: hue angle of 73.77º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5EF38 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 56 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.06 |
| HSL | 73.77º | 0.85% | 0.58% | - |
| HSV(B) | 73.77º | 0.77% | 0.94% | - |
| XYZ | 54.61 | 73.89 | 15.13 | - |
| YUV | 205.58 | 43.59 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 56 | 0.18 | 0 | 0.77 | 0.06 | 73.77 | 0.85 | 0.58 |
| Hex | C5 | EF | 38 | 12 | 0 | 4D | 6 | 4A | 55 | 3A |
| Octal | 305 | 357 | 70 | 22 | 0 | 115 | 6 | 112 | 125 | 72 |
| Binary | 11000101 | 11101111 | 111000 | 10010 | 0 | 1001101 | 110 | 1001010 | 1010101 | 111010 |
Color Harmonies of #C5EF38
Complementary color
Monochromatic Colors of #C5EF38
Black with #C5EF38
Text Example
Text Example
White with #C5EF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF38; }
p { color: rgb(197,239,56); }
H1.HeaderClassName
{
color: #C5EF38;
}
.AnyTagClassName
{
color: #C5EF38;
}
</style>
background-color css
<style>
a { background-color: #C5EF38; }
a { background-color: rgb(197,239,56); }
div.DivClassName
{
background-color: #C5EF38;
}
.BgClassName
{
background-color: #C5EF38;
}
</style>
border-color css
<style>
span { border-color: #C5EF38; }
span { border-color: rgb(197,239,56); }
td.TdClassName
{
border-color: #C5EF38;
}
.TagClassName
{
border-color: #C5EF38;
}
</style>