Shades of Pear #C5F33F
Tints of Pear #C5F33F
RGB
CMYK
RGB Variations
Color information
#C5F33F (or 0xC5F33F) is known color: Pear. HEX triplet: C5, F3 and 3F. RGB value is (197,243,63). Sum of RGB (Red+Green+Blue) = 197+243+63=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F33F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F33F is #3A0CC0. Grayscale: #D1D1D1. Windows color (decimal): -3804353 or 4191173. OLE color: 4191173.
HSL color Cylindrical-coordinate representation of color #C5F33F: hue angle of 75.33º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5F33F is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 63 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.05 |
| HSL | 75.33º | 0.88% | 0.6% | - |
| HSV(B) | 75.33º | 0.74% | 0.95% | - |
| XYZ | 55.97 | 76.33 | 16.49 | - |
| YUV | 208.73 | 45.76 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 63 | 0.19 | 0 | 0.74 | 0.05 | 75.33 | 0.88 | 0.6 |
| Hex | C5 | F3 | 3F | 13 | 0 | 4A | 5 | 4B | 58 | 3C |
| Octal | 305 | 363 | 77 | 23 | 0 | 112 | 5 | 113 | 130 | 74 |
| Binary | 11000101 | 11110011 | 111111 | 10011 | 0 | 1001010 | 101 | 1001011 | 1011000 | 111100 |
Color Harmonies of #C5F33F
Complementary color
Monochromatic Colors of #C5F33F
Black with #C5F33F
Text Example
Text Example
White with #C5F33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F33F; }
p { color: rgb(197,243,63); }
H1.HeaderClassName
{
color: #C5F33F;
}
.AnyTagClassName
{
color: #C5F33F;
}
</style>
background-color css
<style>
a { background-color: #C5F33F; }
a { background-color: rgb(197,243,63); }
div.DivClassName
{
background-color: #C5F33F;
}
.BgClassName
{
background-color: #C5F33F;
}
</style>
border-color css
<style>
span { border-color: #C5F33F; }
span { border-color: rgb(197,243,63); }
td.TdClassName
{
border-color: #C5F33F;
}
.TagClassName
{
border-color: #C5F33F;
}
</style>