Shades of Pear #C8F52C
Tints of Pear #C8F52C
RGB
CMYK
RGB Variations
Color information
#C8F52C (or 0xC8F52C) is known color: Pear. HEX triplet: C8, F5 and 2C. RGB value is (200,245,44). Sum of RGB (Red+Green+Blue) = 200+245+44=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 44 (17.58% from 255 or 9.00% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F52C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F52C is #370AD3. Grayscale: #D1D1D1. Windows color (decimal): -3607252 or 2946504. OLE color: 2946504.
HSL color Cylindrical-coordinate representation of color #C8F52C: hue angle of 73.43º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8F52C is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 44 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.04 |
| HSL | 73.43º | 0.91% | 0.57% | - |
| HSV(B) | 73.43º | 0.82% | 0.96% | - |
| XYZ | 56.93 | 77.77 | 14.39 | - |
| YUV | 208.63 | 35.09 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 44 | 0.18 | 0 | 0.82 | 0.04 | 73.43 | 0.91 | 0.57 |
| Hex | C8 | F5 | 2C | 12 | 0 | 52 | 4 | 49 | 5B | 39 |
| Octal | 310 | 365 | 54 | 22 | 0 | 122 | 4 | 111 | 133 | 71 |
| Binary | 11001000 | 11110101 | 101100 | 10010 | 0 | 1010010 | 100 | 1001001 | 1011011 | 111001 |
Color Harmonies of #C8F52C
Complementary color
Monochromatic Colors of #C8F52C
Black with #C8F52C
Text Example
Text Example
White with #C8F52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F52C; }
p { color: rgb(200,245,44); }
H1.HeaderClassName
{
color: #C8F52C;
}
.AnyTagClassName
{
color: #C8F52C;
}
</style>
background-color css
<style>
a { background-color: #C8F52C; }
a { background-color: rgb(200,245,44); }
div.DivClassName
{
background-color: #C8F52C;
}
.BgClassName
{
background-color: #C8F52C;
}
</style>
border-color css
<style>
span { border-color: #C8F52C; }
span { border-color: rgb(200,245,44); }
td.TdClassName
{
border-color: #C8F52C;
}
.TagClassName
{
border-color: #C8F52C;
}
</style>