Shades of Pear #C5F12D
Tints of Pear #C5F12D
RGB
CMYK
RGB Variations
Color information
#C5F12D (or 0xC5F12D) is known color: Pear. HEX triplet: C5, F1 and 2D. RGB value is (197,241,45). Sum of RGB (Red+Green+Blue) = 197+241+45=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F12D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F12D is #3A0ED2. Grayscale: #CECECE. Windows color (decimal): -3804883 or 3011013. OLE color: 3011013.
HSL color Cylindrical-coordinate representation of color #C5F12D: hue angle of 73.47º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C5F12D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 45 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.05 |
| HSL | 73.47º | 0.88% | 0.56% | - |
| HSV(B) | 73.47º | 0.81% | 0.95% | - |
| XYZ | 54.95 | 74.97 | 14.06 | - |
| YUV | 205.5 | 37.42 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 45 | 0.18 | 0 | 0.81 | 0.05 | 73.47 | 0.88 | 0.56 |
| Hex | C5 | F1 | 2D | 12 | 0 | 51 | 5 | 49 | 58 | 38 |
| Octal | 305 | 361 | 55 | 22 | 0 | 121 | 5 | 111 | 130 | 70 |
| Binary | 11000101 | 11110001 | 101101 | 10010 | 0 | 1010001 | 101 | 1001001 | 1011000 | 111000 |
Color Harmonies of #C5F12D
Complementary color
Monochromatic Colors of #C5F12D
Black with #C5F12D
Text Example
Text Example
White with #C5F12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F12D; }
p { color: rgb(197,241,45); }
H1.HeaderClassName
{
color: #C5F12D;
}
.AnyTagClassName
{
color: #C5F12D;
}
</style>
background-color css
<style>
a { background-color: #C5F12D; }
a { background-color: rgb(197,241,45); }
div.DivClassName
{
background-color: #C5F12D;
}
.BgClassName
{
background-color: #C5F12D;
}
</style>
border-color css
<style>
span { border-color: #C5F12D; }
span { border-color: rgb(197,241,45); }
td.TdClassName
{
border-color: #C5F12D;
}
.TagClassName
{
border-color: #C5F12D;
}
</style>