Shades of Pear #C8E92F
Tints of Pear #C8E92F
RGB
CMYK
RGB Variations
Color information
#C8E92F (or 0xC8E92F) is known color: Pear. HEX triplet: C8, E9 and 2F. RGB value is (200,233,47). Sum of RGB (Red+Green+Blue) = 200+233+47=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 233 (91.41% from 255 or 48.54% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E92F is #3716D0. Grayscale: #CACACA. Windows color (decimal): -3610321 or 3140040. OLE color: 3140040.
HSL color Cylindrical-coordinate representation of color #C8E92F: hue angle of 70.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8E92F is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 47 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.09 |
| HSL | 70.65º | 0.81% | 0.55% | - |
| HSV(B) | 70.65º | 0.8% | 0.91% | - |
| XYZ | 53.47 | 70.76 | 13.53 | - |
| YUV | 201.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 47 | 0.14 | 0 | 0.80 | 0.09 | 70.65 | 0.81 | 0.55 |
| Hex | C8 | E9 | 2F | E | 0 | 50 | 9 | 47 | 51 | 37 |
| Octal | 310 | 351 | 57 | 16 | 0 | 120 | 11 | 107 | 121 | 67 |
| Binary | 11001000 | 11101001 | 101111 | 1110 | 0 | 1010000 | 1001 | 1000111 | 1010001 | 110111 |
Color Harmonies of #C8E92F
Complementary color
Monochromatic Colors of #C8E92F
Black with #C8E92F
Text Example
Text Example
White with #C8E92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E92F; }
p { color: rgb(200,233,47); }
H1.HeaderClassName
{
color: #C8E92F;
}
.AnyTagClassName
{
color: #C8E92F;
}
</style>
background-color css
<style>
a { background-color: #C8E92F; }
a { background-color: rgb(200,233,47); }
div.DivClassName
{
background-color: #C8E92F;
}
.BgClassName
{
background-color: #C8E92F;
}
</style>
border-color css
<style>
span { border-color: #C8E92F; }
span { border-color: rgb(200,233,47); }
td.TdClassName
{
border-color: #C8E92F;
}
.TagClassName
{
border-color: #C8E92F;
}
</style>