Shades of Pear #C8FB2D
Tints of Pear #C8FB2D
RGB
CMYK
RGB Variations
Color information
#C8FB2D (or 0xC8FB2D) is known color: Pear. HEX triplet: C8, FB and 2D. RGB value is (200,251,45). Sum of RGB (Red+Green+Blue) = 200+251+45=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 251 (98.44% from 255 or 50.60% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 251 - color contains mainly: green. Hex color #C8FB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FB2D is #3704D2. Grayscale: #D5D5D5. Windows color (decimal): -3605715 or 3013576. OLE color: 3013576.
HSL color Cylindrical-coordinate representation of color #C8FB2D: hue angle of 74.85º 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 #C8FB2D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 251 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.02 |
| HSL | 74.85º | 0.96% | 0.58% | - |
| HSV(B) | 74.85º | 0.82% | 0.98% | - |
| XYZ | 58.79 | 81.46 | 15.11 | - |
| YUV | 212.27 | 33.6 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 251 | 45 | 0.20 | 0 | 0.82 | 0.02 | 74.85 | 0.96 | 0.58 |
| Hex | C8 | FB | 2D | 14 | 0 | 52 | 2 | 4B | 60 | 3A |
| Octal | 310 | 373 | 55 | 24 | 0 | 122 | 2 | 113 | 140 | 72 |
| Binary | 11001000 | 11111011 | 101101 | 10100 | 0 | 1010010 | 10 | 1001011 | 1100000 | 111010 |
Color Harmonies of #C8FB2D
Complementary color
Monochromatic Colors of #C8FB2D
Black with #C8FB2D
Text Example
Text Example
White with #C8FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FB2D; }
p { color: rgb(200,251,45); }
H1.HeaderClassName
{
color: #C8FB2D;
}
.AnyTagClassName
{
color: #C8FB2D;
}
</style>
background-color css
<style>
a { background-color: #C8FB2D; }
a { background-color: rgb(200,251,45); }
div.DivClassName
{
background-color: #C8FB2D;
}
.BgClassName
{
background-color: #C8FB2D;
}
</style>
border-color css
<style>
span { border-color: #C8FB2D; }
span { border-color: rgb(200,251,45); }
td.TdClassName
{
border-color: #C8FB2D;
}
.TagClassName
{
border-color: #C8FB2D;
}
</style>