Shades of Pear #C8F945
Tints of Pear #C8F945
RGB
CMYK
RGB Variations
Color information
#C8F945 (or 0xC8F945) is known color: Pear. HEX triplet: C8, F9 and 45. RGB value is (200,249,69). Sum of RGB (Red+Green+Blue) = 200+249+69=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F945 is #3706BA. Grayscale: #D6D6D6. Windows color (decimal): -3606203 or 4585928. OLE color: 4585928.
HSL color Cylindrical-coordinate representation of color #C8F945: hue angle of 76.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8F945 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 69 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.02 |
| HSL | 76.33º | 0.94% | 0.62% | - |
| HSV(B) | 76.33º | 0.72% | 0.98% | - |
| XYZ | 58.77 | 80.46 | 18.06 | - |
| YUV | 213.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 69 | 0.20 | 0 | 0.72 | 0.02 | 76.33 | 0.94 | 0.62 |
| Hex | C8 | F9 | 45 | 14 | 0 | 48 | 2 | 4C | 5E | 3E |
| Octal | 310 | 371 | 105 | 24 | 0 | 110 | 2 | 114 | 136 | 76 |
| Binary | 11001000 | 11111001 | 1000101 | 10100 | 0 | 1001000 | 10 | 1001100 | 1011110 | 111110 |
Color Harmonies of #C8F945
Complementary color
Monochromatic Colors of #C8F945
Black with #C8F945
Text Example
Text Example
White with #C8F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F945; }
p { color: rgb(200,249,69); }
H1.HeaderClassName
{
color: #C8F945;
}
.AnyTagClassName
{
color: #C8F945;
}
</style>
background-color css
<style>
a { background-color: #C8F945; }
a { background-color: rgb(200,249,69); }
div.DivClassName
{
background-color: #C8F945;
}
.BgClassName
{
background-color: #C8F945;
}
</style>
border-color css
<style>
span { border-color: #C8F945; }
span { border-color: rgb(200,249,69); }
td.TdClassName
{
border-color: #C8F945;
}
.TagClassName
{
border-color: #C8F945;
}
</style>