Shades of Pear #C8F948
Tints of Pear #C8F948
RGB
CMYK
RGB Variations
Color information
#C8F948 (or 0xC8F948) is known color: Pear. HEX triplet: C8, F9 and 48. RGB value is (200,249,72). Sum of RGB (Red+Green+Blue) = 200+249+72=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F948 is #3706B7. Grayscale: #D6D6D6. Windows color (decimal): -3606200 or 4782536. OLE color: 4782536.
HSL color Cylindrical-coordinate representation of color #C8F948: hue angle of 76.61º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8F948 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 72 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.02 |
| HSL | 76.61º | 0.94% | 0.63% | - |
| HSV(B) | 76.61º | 0.71% | 0.98% | - |
| XYZ | 58.86 | 80.5 | 18.57 | - |
| YUV | 214.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 72 | 0.20 | 0 | 0.71 | 0.02 | 76.61 | 0.94 | 0.63 |
| Hex | C8 | F9 | 48 | 14 | 0 | 47 | 2 | 4D | 5E | 3F |
| Octal | 310 | 371 | 110 | 24 | 0 | 107 | 2 | 115 | 136 | 77 |
| Binary | 11001000 | 11111001 | 1001000 | 10100 | 0 | 1000111 | 10 | 1001101 | 1011110 | 111111 |
Color Harmonies of #C8F948
Complementary color
Monochromatic Colors of #C8F948
Black with #C8F948
Text Example
Text Example
White with #C8F948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F948; }
p { color: rgb(200,249,72); }
H1.HeaderClassName
{
color: #C8F948;
}
.AnyTagClassName
{
color: #C8F948;
}
</style>
background-color css
<style>
a { background-color: #C8F948; }
a { background-color: rgb(200,249,72); }
div.DivClassName
{
background-color: #C8F948;
}
.BgClassName
{
background-color: #C8F948;
}
</style>
border-color css
<style>
span { border-color: #C8F948; }
span { border-color: rgb(200,249,72); }
td.TdClassName
{
border-color: #C8F948;
}
.TagClassName
{
border-color: #C8F948;
}
</style>