Shades of Pear #C8ED30
Tints of Pear #C8ED30
RGB
CMYK
RGB Variations
Color information
#C8ED30 (or 0xC8ED30) is known color: Pear. HEX triplet: C8, ED and 30. RGB value is (200,237,48). Sum of RGB (Red+Green+Blue) = 200+237+48=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8ED30 is #3712CF. Grayscale: #CDCDCD. Windows color (decimal): -3609296 or 3206600. OLE color: 3206600.
HSL color Cylindrical-coordinate representation of color #C8ED30: hue angle of 71.75º 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 #C8ED30 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 48 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.07 |
| HSL | 71.75º | 0.84% | 0.56% | - |
| HSV(B) | 71.75º | 0.8% | 0.93% | - |
| XYZ | 54.64 | 73.06 | 14.02 | - |
| YUV | 204.39 | 39.74 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 48 | 0.16 | 0 | 0.80 | 0.07 | 71.75 | 0.84 | 0.56 |
| Hex | C8 | ED | 30 | 10 | 0 | 50 | 7 | 48 | 54 | 38 |
| Octal | 310 | 355 | 60 | 20 | 0 | 120 | 7 | 110 | 124 | 70 |
| Binary | 11001000 | 11101101 | 110000 | 10000 | 0 | 1010000 | 111 | 1001000 | 1010100 | 111000 |
Color Harmonies of #C8ED30
Complementary color
Monochromatic Colors of #C8ED30
Black with #C8ED30
Text Example
Text Example
White with #C8ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED30; }
p { color: rgb(200,237,48); }
H1.HeaderClassName
{
color: #C8ED30;
}
.AnyTagClassName
{
color: #C8ED30;
}
</style>
background-color css
<style>
a { background-color: #C8ED30; }
a { background-color: rgb(200,237,48); }
div.DivClassName
{
background-color: #C8ED30;
}
.BgClassName
{
background-color: #C8ED30;
}
</style>
border-color css
<style>
span { border-color: #C8ED30; }
span { border-color: rgb(200,237,48); }
td.TdClassName
{
border-color: #C8ED30;
}
.TagClassName
{
border-color: #C8ED30;
}
</style>