Shades of Pear #C8F21C
Tints of Pear #C8F21C
RGB
CMYK
RGB Variations
Color information
#C8F21C (or 0xC8F21C) is known color: Pear. HEX triplet: C8, F2 and 1C. RGB value is (200,242,28). Sum of RGB (Red+Green+Blue) = 200+242+28=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F21C is #370DE3. Grayscale: #CDCDCD. Windows color (decimal): -3608036 or 1897160. OLE color: 1897160.
HSL color Cylindrical-coordinate representation of color #C8F21C: hue angle of 71.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8F21C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 28 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.05 |
| HSL | 71.78º | 0.89% | 0.53% | - |
| HSV(B) | 71.78º | 0.88% | 0.95% | - |
| XYZ | 55.78 | 75.87 | 12.8 | - |
| YUV | 205.05 | 28.09 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 28 | 0.17 | 0 | 0.88 | 0.05 | 71.78 | 0.89 | 0.53 |
| Hex | C8 | F2 | 1C | 11 | 0 | 58 | 5 | 48 | 59 | 35 |
| Octal | 310 | 362 | 34 | 21 | 0 | 130 | 5 | 110 | 131 | 65 |
| Binary | 11001000 | 11110010 | 11100 | 10001 | 0 | 1011000 | 101 | 1001000 | 1011001 | 110101 |
Color Harmonies of #C8F21C
Complementary color
Monochromatic Colors of #C8F21C
Black with #C8F21C
Text Example
Text Example
White with #C8F21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F21C; }
p { color: rgb(200,242,28); }
H1.HeaderClassName
{
color: #C8F21C;
}
.AnyTagClassName
{
color: #C8F21C;
}
</style>
background-color css
<style>
a { background-color: #C8F21C; }
a { background-color: rgb(200,242,28); }
div.DivClassName
{
background-color: #C8F21C;
}
.BgClassName
{
background-color: #C8F21C;
}
</style>
border-color css
<style>
span { border-color: #C8F21C; }
span { border-color: rgb(200,242,28); }
td.TdClassName
{
border-color: #C8F21C;
}
.TagClassName
{
border-color: #C8F21C;
}
</style>