Shades of Pear #C5F23A
Tints of Pear #C5F23A
RGB
CMYK
RGB Variations
Color information
#C5F23A (or 0xC5F23A) is known color: Pear. HEX triplet: C5, F2 and 3A. RGB value is (197,242,58). Sum of RGB (Red+Green+Blue) = 197+242+58=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 58 (23.05% from 255 or 11.67% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #C5F23A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F23A is #3A0DC5. Grayscale: #D0D0D0. Windows color (decimal): -3804614 or 3863237. OLE color: 3863237.
HSL color Cylindrical-coordinate representation of color #C5F23A: hue angle of 74.67º 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 #C5F23A is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 242 | 58 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.05 |
| HSL | 74.67º | 0.88% | 0.59% | - |
| HSV(B) | 74.67º | 0.76% | 0.95% | - |
| XYZ | 55.54 | 75.68 | 15.68 | - |
| YUV | 207.57 | 43.59 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 242 | 58 | 0.19 | 0 | 0.76 | 0.05 | 74.67 | 0.88 | 0.59 |
| Hex | C5 | F2 | 3A | 13 | 0 | 4C | 5 | 4B | 58 | 3B |
| Octal | 305 | 362 | 72 | 23 | 0 | 114 | 5 | 113 | 130 | 73 |
| Binary | 11000101 | 11110010 | 111010 | 10011 | 0 | 1001100 | 101 | 1001011 | 1011000 | 111011 |
Color Harmonies of #C5F23A
Complementary color
Monochromatic Colors of #C5F23A
Black with #C5F23A
Text Example
Text Example
White with #C5F23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F23A; }
p { color: rgb(197,242,58); }
H1.HeaderClassName
{
color: #C5F23A;
}
.AnyTagClassName
{
color: #C5F23A;
}
</style>
background-color css
<style>
a { background-color: #C5F23A; }
a { background-color: rgb(197,242,58); }
div.DivClassName
{
background-color: #C5F23A;
}
.BgClassName
{
background-color: #C5F23A;
}
</style>
border-color css
<style>
span { border-color: #C5F23A; }
span { border-color: rgb(197,242,58); }
td.TdClassName
{
border-color: #C5F23A;
}
.TagClassName
{
border-color: #C5F23A;
}
</style>