Shades of Pear #C8FB22
Tints of Pear #C8FB22
RGB
CMYK
RGB Variations
Color information
#C8FB22 (or 0xC8FB22) is known color: Pear. HEX triplet: C8, FB and 22. RGB value is (200,251,34). Sum of RGB (Red+Green+Blue) = 200+251+34=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FB22 is #3704DD. Grayscale: #D3D3D3. Windows color (decimal): -3605726 or 2292680. OLE color: 2292680.
HSL color Cylindrical-coordinate representation of color #C8FB22: hue angle of 74.1º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8FB22 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 34 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.02 |
| HSL | 74.1º | 0.96% | 0.56% | - |
| HSV(B) | 74.1º | 0.86% | 0.98% | - |
| XYZ | 58.61 | 81.39 | 14.13 | - |
| YUV | 211.01 | 28.1 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 34 | 0.20 | 0 | 0.86 | 0.02 | 74.1 | 0.96 | 0.56 |
| Hex | C8 | FB | 22 | 14 | 0 | 56 | 2 | 4A | 60 | 38 |
| Octal | 310 | 373 | 42 | 24 | 0 | 126 | 2 | 112 | 140 | 70 |
| Binary | 11001000 | 11111011 | 100010 | 10100 | 0 | 1010110 | 10 | 1001010 | 1100000 | 111000 |
Color Harmonies of #C8FB22
Complementary color
Monochromatic Colors of #C8FB22
Black with #C8FB22
Text Example
Text Example
White with #C8FB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB22; }
p { color: rgb(200,251,34); }
H1.HeaderClassName
{
color: #C8FB22;
}
.AnyTagClassName
{
color: #C8FB22;
}
</style>
background-color css
<style>
a { background-color: #C8FB22; }
a { background-color: rgb(200,251,34); }
div.DivClassName
{
background-color: #C8FB22;
}
.BgClassName
{
background-color: #C8FB22;
}
</style>
border-color css
<style>
span { border-color: #C8FB22; }
span { border-color: rgb(200,251,34); }
td.TdClassName
{
border-color: #C8FB22;
}
.TagClassName
{
border-color: #C8FB22;
}
</style>