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