Shades of Pear #C4EF38
Tints of Pear #C4EF38
RGB
CMYK
RGB Variations
Color information
#C4EF38 (or 0xC4EF38) is known color: Pear. HEX triplet: C4, EF and 38. RGB value is (196,239,56). Sum of RGB (Red+Green+Blue) = 196+239+56=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 56 (22.27% from 255 or 11.41% from 491); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4EF38 is #3B10C7. Grayscale: #CDCDCD. Windows color (decimal): -3870920 or 3731396. OLE color: 3731396.
HSL color Cylindrical-coordinate representation of color #C4EF38: hue angle of 74.1º 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 #C4EF38 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 239 | 56 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.06 |
| HSL | 74.1º | 0.85% | 0.58% | - |
| HSV(B) | 74.1º | 0.77% | 0.94% | - |
| XYZ | 54.35 | 73.75 | 15.11 | - |
| YUV | 205.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 56 | 0.18 | 0 | 0.77 | 0.06 | 74.1 | 0.85 | 0.58 |
| Hex | C4 | EF | 38 | 12 | 0 | 4D | 6 | 4A | 55 | 3A |
| Octal | 304 | 357 | 70 | 22 | 0 | 115 | 6 | 112 | 125 | 72 |
| Binary | 11000100 | 11101111 | 111000 | 10010 | 0 | 1001101 | 110 | 1001010 | 1010101 | 111010 |
Color Harmonies of #C4EF38
Complementary color
Monochromatic Colors of #C4EF38
Black with #C4EF38
Text Example
Text Example
White with #C4EF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EF38; }
p { color: rgb(196,239,56); }
H1.HeaderClassName
{
color: #C4EF38;
}
.AnyTagClassName
{
color: #C4EF38;
}
</style>
background-color css
<style>
a { background-color: #C4EF38; }
a { background-color: rgb(196,239,56); }
div.DivClassName
{
background-color: #C4EF38;
}
.BgClassName
{
background-color: #C4EF38;
}
</style>
border-color css
<style>
span { border-color: #C4EF38; }
span { border-color: rgb(196,239,56); }
td.TdClassName
{
border-color: #C4EF38;
}
.TagClassName
{
border-color: #C4EF38;
}
</style>