Shades of Pear #C8FA36
Tints of Pear #C8FA36
RGB
CMYK
RGB Variations
Color information
#C8FA36 (or 0xC8FA36) is known color: Pear. HEX triplet: C8, FA and 36. RGB value is (200,250,54). Sum of RGB (Red+Green+Blue) = 200+250+54=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 54 (21.48% from 255 or 10.71% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA36 is #3705C9. Grayscale: #D5D5D5. Windows color (decimal): -3605962 or 3603144. OLE color: 3603144.
HSL color Cylindrical-coordinate representation of color #C8FA36: hue angle of 75.31º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8FA36 is Cyan = 0.2, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 54 | - |
| CMYK | 0.2 | 0 | 0.78 | 0.02 |
| HSL | 75.31º | 0.95% | 0.6% | - |
| HSV(B) | 75.31º | 0.78% | 0.98% | - |
| XYZ | 58.67 | 80.92 | 16.02 | - |
| YUV | 212.71 | 38.44 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 54 | 0.2 | 0 | 0.78 | 0.02 | 75.31 | 0.95 | 0.6 |
| Hex | C8 | FA | 36 | 14 | 0 | 4E | 2 | 4B | 5F | 3C |
| Octal | 310 | 372 | 66 | 24 | 0 | 116 | 2 | 113 | 137 | 74 |
| Binary | 11001000 | 11111010 | 110110 | 10100 | 0 | 1001110 | 10 | 1001011 | 1011111 | 111100 |
Color Harmonies of #C8FA36
Complementary color
Monochromatic Colors of #C8FA36
Black with #C8FA36
Text Example
Text Example
White with #C8FA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA36; }
p { color: rgb(200,250,54); }
H1.HeaderClassName
{
color: #C8FA36;
}
.AnyTagClassName
{
color: #C8FA36;
}
</style>
background-color css
<style>
a { background-color: #C8FA36; }
a { background-color: rgb(200,250,54); }
div.DivClassName
{
background-color: #C8FA36;
}
.BgClassName
{
background-color: #C8FA36;
}
</style>
border-color css
<style>
span { border-color: #C8FA36; }
span { border-color: rgb(200,250,54); }
td.TdClassName
{
border-color: #C8FA36;
}
.TagClassName
{
border-color: #C8FA36;
}
</style>