Shades of Pear #C8FB2C
Tints of Pear #C8FB2C
RGB
CMYK
RGB Variations
Color information
#C8FB2C (or 0xC8FB2C) is known color: Pear. HEX triplet: C8, FB and 2C. RGB value is (200,251,44). Sum of RGB (Red+Green+Blue) = 200+251+44=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 251 (98.44% from 255 or 50.71% from 495); Blue value is 44 (17.58% from 255 or 8.89% from 495); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FB2C is #3704D3. Grayscale: #D4D4D4. Windows color (decimal): -3605716 or 2948040. OLE color: 2948040.
HSL color Cylindrical-coordinate representation of color #C8FB2C: hue angle of 74.78º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8FB2C is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 44 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.02 |
| HSL | 74.78º | 0.96% | 0.58% | - |
| HSV(B) | 74.78º | 0.82% | 0.98% | - |
| XYZ | 58.77 | 81.46 | 15.01 | - |
| YUV | 212.15 | 33.1 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 44 | 0.20 | 0 | 0.82 | 0.02 | 74.78 | 0.96 | 0.58 |
| Hex | C8 | FB | 2C | 14 | 0 | 52 | 2 | 4B | 60 | 3A |
| Octal | 310 | 373 | 54 | 24 | 0 | 122 | 2 | 113 | 140 | 72 |
| Binary | 11001000 | 11111011 | 101100 | 10100 | 0 | 1010010 | 10 | 1001011 | 1100000 | 111010 |
Color Harmonies of #C8FB2C
Complementary color
Monochromatic Colors of #C8FB2C
Black with #C8FB2C
Text Example
Text Example
White with #C8FB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB2C; }
p { color: rgb(200,251,44); }
H1.HeaderClassName
{
color: #C8FB2C;
}
.AnyTagClassName
{
color: #C8FB2C;
}
</style>
background-color css
<style>
a { background-color: #C8FB2C; }
a { background-color: rgb(200,251,44); }
div.DivClassName
{
background-color: #C8FB2C;
}
.BgClassName
{
background-color: #C8FB2C;
}
</style>
border-color css
<style>
span { border-color: #C8FB2C; }
span { border-color: rgb(200,251,44); }
td.TdClassName
{
border-color: #C8FB2C;
}
.TagClassName
{
border-color: #C8FB2C;
}
</style>