Shades of Pear #C8ED2F
Tints of Pear #C8ED2F
RGB
CMYK
RGB Variations
Color information
#C8ED2F (or 0xC8ED2F) is known color: Pear. HEX triplet: C8, ED and 2F. RGB value is (200,237,47). Sum of RGB (Red+Green+Blue) = 200+237+47=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8ED2F is #3712D0. Grayscale: #CCCCCC. Windows color (decimal): -3609297 or 3141064. OLE color: 3141064.
HSL color Cylindrical-coordinate representation of color #C8ED2F: hue angle of 71.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8ED2F is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 47 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.07 |
| HSL | 71.68º | 0.84% | 0.56% | - |
| HSV(B) | 71.68º | 0.8% | 0.93% | - |
| XYZ | 54.62 | 73.05 | 13.91 | - |
| YUV | 204.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 47 | 0.16 | 0 | 0.80 | 0.07 | 71.68 | 0.84 | 0.56 |
| Hex | C8 | ED | 2F | 10 | 0 | 50 | 7 | 48 | 54 | 38 |
| Octal | 310 | 355 | 57 | 20 | 0 | 120 | 7 | 110 | 124 | 70 |
| Binary | 11001000 | 11101101 | 101111 | 10000 | 0 | 1010000 | 111 | 1001000 | 1010100 | 111000 |
Color Harmonies of #C8ED2F
Complementary color
Monochromatic Colors of #C8ED2F
Black with #C8ED2F
Text Example
Text Example
White with #C8ED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED2F; }
p { color: rgb(200,237,47); }
H1.HeaderClassName
{
color: #C8ED2F;
}
.AnyTagClassName
{
color: #C8ED2F;
}
</style>
background-color css
<style>
a { background-color: #C8ED2F; }
a { background-color: rgb(200,237,47); }
div.DivClassName
{
background-color: #C8ED2F;
}
.BgClassName
{
background-color: #C8ED2F;
}
</style>
border-color css
<style>
span { border-color: #C8ED2F; }
span { border-color: rgb(200,237,47); }
td.TdClassName
{
border-color: #C8ED2F;
}
.TagClassName
{
border-color: #C8ED2F;
}
</style>