Shades of Pear #C8FB2A
Tints of Pear #C8FB2A
RGB
CMYK
RGB Variations
Color information
#C8FB2A (or 0xC8FB2A) is known color: Pear. HEX triplet: C8, FB and 2A. RGB value is (200,251,42). Sum of RGB (Red+Green+Blue) = 200+251+42=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FB2A is #3704D5. Grayscale: #D4D4D4. Windows color (decimal): -3605718 or 2816968. OLE color: 2816968.
HSL color Cylindrical-coordinate representation of color #C8FB2A: hue angle of 74.64º degrees, saturation: 0.96, 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 #C8FB2A is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 42 | - |
| CMYK | 0.20 | 0 | 0.83 | 0.02 |
| HSL | 74.64º | 0.96% | 0.57% | - |
| HSV(B) | 74.64º | 0.83% | 0.98% | - |
| XYZ | 58.73 | 81.44 | 14.81 | - |
| YUV | 211.93 | 32.1 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 42 | 0.20 | 0 | 0.83 | 0.02 | 74.64 | 0.96 | 0.57 |
| Hex | C8 | FB | 2A | 14 | 0 | 53 | 2 | 4B | 60 | 39 |
| Octal | 310 | 373 | 52 | 24 | 0 | 123 | 2 | 113 | 140 | 71 |
| Binary | 11001000 | 11111011 | 101010 | 10100 | 0 | 1010011 | 10 | 1001011 | 1100000 | 111001 |
Color Harmonies of #C8FB2A
Complementary color
Monochromatic Colors of #C8FB2A
Black with #C8FB2A
Text Example
Text Example
White with #C8FB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB2A; }
p { color: rgb(200,251,42); }
H1.HeaderClassName
{
color: #C8FB2A;
}
.AnyTagClassName
{
color: #C8FB2A;
}
</style>
background-color css
<style>
a { background-color: #C8FB2A; }
a { background-color: rgb(200,251,42); }
div.DivClassName
{
background-color: #C8FB2A;
}
.BgClassName
{
background-color: #C8FB2A;
}
</style>
border-color css
<style>
span { border-color: #C8FB2A; }
span { border-color: rgb(200,251,42); }
td.TdClassName
{
border-color: #C8FB2A;
}
.TagClassName
{
border-color: #C8FB2A;
}
</style>