Shades of Pear #C5F33B
Tints of Pear #C5F33B
RGB
CMYK
RGB Variations
Color information
#C5F33B (or 0xC5F33B) is known color: Pear. HEX triplet: C5, F3 and 3B. RGB value is (197,243,59). Sum of RGB (Red+Green+Blue) = 197+243+59=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 59 (23.44% from 255 or 11.82% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F33B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F33B is #3A0CC4. Grayscale: #D0D0D0. Windows color (decimal): -3804357 or 3929029. OLE color: 3929029.
HSL color Cylindrical-coordinate representation of color #C5F33B: hue angle of 75º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5F33B is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 59 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.05 |
| HSL | 75º | 0.88% | 0.59% | - |
| HSV(B) | 75º | 0.76% | 0.95% | - |
| XYZ | 55.87 | 76.29 | 15.92 | - |
| YUV | 208.27 | 43.76 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 59 | 0.19 | 0 | 0.76 | 0.05 | 75 | 0.88 | 0.59 |
| Hex | C5 | F3 | 3B | 13 | 0 | 4C | 5 | 4B | 58 | 3B |
| Octal | 305 | 363 | 73 | 23 | 0 | 114 | 5 | 113 | 130 | 73 |
| Binary | 11000101 | 11110011 | 111011 | 10011 | 0 | 1001100 | 101 | 1001011 | 1011000 | 111011 |
Color Harmonies of #C5F33B
Complementary color
Monochromatic Colors of #C5F33B
Black with #C5F33B
Text Example
Text Example
White with #C5F33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F33B; }
p { color: rgb(197,243,59); }
H1.HeaderClassName
{
color: #C5F33B;
}
.AnyTagClassName
{
color: #C5F33B;
}
</style>
background-color css
<style>
a { background-color: #C5F33B; }
a { background-color: rgb(197,243,59); }
div.DivClassName
{
background-color: #C5F33B;
}
.BgClassName
{
background-color: #C5F33B;
}
</style>
border-color css
<style>
span { border-color: #C5F33B; }
span { border-color: rgb(197,243,59); }
td.TdClassName
{
border-color: #C5F33B;
}
.TagClassName
{
border-color: #C5F33B;
}
</style>