Shades of Pear #C7EF28
Tints of Pear #C7EF28
RGB
CMYK
RGB Variations
Color information
#C7EF28 (or 0xC7EF28) is known color: Pear. HEX triplet: C7, EF and 28. RGB value is (199,239,40). Sum of RGB (Red+Green+Blue) = 199+239+40=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 40 (16.02% from 255 or 8.37% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #C7EF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7EF28 is #3810D7. Grayscale: #CDCDCD. Windows color (decimal): -3674328 or 2682823. OLE color: 2682823.
HSL color Cylindrical-coordinate representation of color #C7EF28: hue angle of 72.06º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7EF28 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 239 | 40 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.06 |
| HSL | 72.06º | 0.86% | 0.55% | - |
| HSV(B) | 72.06º | 0.83% | 0.94% | - |
| XYZ | 54.8 | 74.03 | 13.41 | - |
| YUV | 204.35 | 35.25 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 239 | 40 | 0.17 | 0 | 0.83 | 0.06 | 72.06 | 0.86 | 0.55 |
| Hex | C7 | EF | 28 | 11 | 0 | 53 | 6 | 48 | 56 | 37 |
| Octal | 307 | 357 | 50 | 21 | 0 | 123 | 6 | 110 | 126 | 67 |
| Binary | 11000111 | 11101111 | 101000 | 10001 | 0 | 1010011 | 110 | 1001000 | 1010110 | 110111 |
Color Harmonies of #C7EF28
Complementary color
Monochromatic Colors of #C7EF28
Black with #C7EF28
Text Example
Text Example
White with #C7EF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EF28; }
p { color: rgb(199,239,40); }
H1.HeaderClassName
{
color: #C7EF28;
}
.AnyTagClassName
{
color: #C7EF28;
}
</style>
background-color css
<style>
a { background-color: #C7EF28; }
a { background-color: rgb(199,239,40); }
div.DivClassName
{
background-color: #C7EF28;
}
.BgClassName
{
background-color: #C7EF28;
}
</style>
border-color css
<style>
span { border-color: #C7EF28; }
span { border-color: rgb(199,239,40); }
td.TdClassName
{
border-color: #C7EF28;
}
.TagClassName
{
border-color: #C7EF28;
}
</style>