Shades of Pear #C5F12B
Tints of Pear #C5F12B
RGB
CMYK
RGB Variations
Color information
#C5F12B (or 0xC5F12B) is known color: Pear. HEX triplet: C5, F1 and 2B. RGB value is (197,241,43). Sum of RGB (Red+Green+Blue) = 197+241+43=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F12B is #3A0ED4. Grayscale: #CECECE. Windows color (decimal): -3804885 or 2879941. OLE color: 2879941.
HSL color Cylindrical-coordinate representation of color #C5F12B: hue angle of 73.33º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5F12B is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 43 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.05 |
| HSL | 73.33º | 0.88% | 0.56% | - |
| HSV(B) | 73.33º | 0.82% | 0.95% | - |
| XYZ | 54.92 | 74.96 | 13.86 | - |
| YUV | 205.27 | 36.42 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 43 | 0.18 | 0 | 0.82 | 0.05 | 73.33 | 0.88 | 0.56 |
| Hex | C5 | F1 | 2B | 12 | 0 | 52 | 5 | 49 | 58 | 38 |
| Octal | 305 | 361 | 53 | 22 | 0 | 122 | 5 | 111 | 130 | 70 |
| Binary | 11000101 | 11110001 | 101011 | 10010 | 0 | 1010010 | 101 | 1001001 | 1011000 | 111000 |
Color Harmonies of #C5F12B
Complementary color
Monochromatic Colors of #C5F12B
Black with #C5F12B
Text Example
Text Example
White with #C5F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F12B; }
p { color: rgb(197,241,43); }
H1.HeaderClassName
{
color: #C5F12B;
}
.AnyTagClassName
{
color: #C5F12B;
}
</style>
background-color css
<style>
a { background-color: #C5F12B; }
a { background-color: rgb(197,241,43); }
div.DivClassName
{
background-color: #C5F12B;
}
.BgClassName
{
background-color: #C5F12B;
}
</style>
border-color css
<style>
span { border-color: #C5F12B; }
span { border-color: rgb(197,241,43); }
td.TdClassName
{
border-color: #C5F12B;
}
.TagClassName
{
border-color: #C5F12B;
}
</style>