Shades of Pear #C8FA2A
Tints of Pear #C8FA2A
RGB
CMYK
RGB Variations
Color information
#C8FA2A (or 0xC8FA2A) is known color: Pear. HEX triplet: C8, FA and 2A. RGB value is (200,250,42). Sum of RGB (Red+Green+Blue) = 200+250+42=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA2A is #3705D5. Grayscale: #D4D4D4. Windows color (decimal): -3605974 or 2816712. OLE color: 2816712.
HSL color Cylindrical-coordinate representation of color #C8FA2A: hue angle of 74.42º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8FA2A is Cyan = 0.2, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 42 | - |
| CMYK | 0.2 | 0 | 0.83 | 0.02 |
| HSL | 74.42º | 0.95% | 0.57% | - |
| HSV(B) | 74.42º | 0.83% | 0.98% | - |
| XYZ | 58.42 | 80.82 | 14.71 | - |
| YUV | 211.34 | 32.44 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 42 | 0.2 | 0 | 0.83 | 0.02 | 74.42 | 0.95 | 0.57 |
| Hex | C8 | FA | 2A | 14 | 0 | 53 | 2 | 4A | 5F | 39 |
| Octal | 310 | 372 | 52 | 24 | 0 | 123 | 2 | 112 | 137 | 71 |
| Binary | 11001000 | 11111010 | 101010 | 10100 | 0 | 1010011 | 10 | 1001010 | 1011111 | 111001 |
Color Harmonies of #C8FA2A
Complementary color
Monochromatic Colors of #C8FA2A
Black with #C8FA2A
Text Example
Text Example
White with #C8FA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA2A; }
p { color: rgb(200,250,42); }
H1.HeaderClassName
{
color: #C8FA2A;
}
.AnyTagClassName
{
color: #C8FA2A;
}
</style>
background-color css
<style>
a { background-color: #C8FA2A; }
a { background-color: rgb(200,250,42); }
div.DivClassName
{
background-color: #C8FA2A;
}
.BgClassName
{
background-color: #C8FA2A;
}
</style>
border-color css
<style>
span { border-color: #C8FA2A; }
span { border-color: rgb(200,250,42); }
td.TdClassName
{
border-color: #C8FA2A;
}
.TagClassName
{
border-color: #C8FA2A;
}
</style>