Shades of Pear #C8FB32
Tints of Pear #C8FB32
RGB
CMYK
RGB Variations
Color information
#C8FB32 (or 0xC8FB32) is known color: Pear. HEX triplet: C8, FB and 32. RGB value is (200,251,50). Sum of RGB (Red+Green+Blue) = 200+251+50=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 50 (19.92% from 255 or 9.98% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FB32 is #3704CD. Grayscale: #D5D5D5. Windows color (decimal): -3605710 or 3341256. OLE color: 3341256.
HSL color Cylindrical-coordinate representation of color #C8FB32: hue angle of 75.22º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8FB32 is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 50 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.02 |
| HSL | 75.22º | 0.96% | 0.59% | - |
| HSV(B) | 75.22º | 0.8% | 0.98% | - |
| XYZ | 58.89 | 81.5 | 15.65 | - |
| YUV | 212.84 | 36.1 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 50 | 0.20 | 0 | 0.80 | 0.02 | 75.22 | 0.96 | 0.59 |
| Hex | C8 | FB | 32 | 14 | 0 | 50 | 2 | 4B | 60 | 3B |
| Octal | 310 | 373 | 62 | 24 | 0 | 120 | 2 | 113 | 140 | 73 |
| Binary | 11001000 | 11111011 | 110010 | 10100 | 0 | 1010000 | 10 | 1001011 | 1100000 | 111011 |
Color Harmonies of #C8FB32
Complementary color
Monochromatic Colors of #C8FB32
Black with #C8FB32
Text Example
Text Example
White with #C8FB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB32; }
p { color: rgb(200,251,50); }
H1.HeaderClassName
{
color: #C8FB32;
}
.AnyTagClassName
{
color: #C8FB32;
}
</style>
background-color css
<style>
a { background-color: #C8FB32; }
a { background-color: rgb(200,251,50); }
div.DivClassName
{
background-color: #C8FB32;
}
.BgClassName
{
background-color: #C8FB32;
}
</style>
border-color css
<style>
span { border-color: #C8FB32; }
span { border-color: rgb(200,251,50); }
td.TdClassName
{
border-color: #C8FB32;
}
.TagClassName
{
border-color: #C8FB32;
}
</style>