Shades of Pear #C5F129
Tints of Pear #C5F129
RGB
CMYK
RGB Variations
Color information
#C5F129 (or 0xC5F129) is known color: Pear. HEX triplet: C5, F1 and 29. RGB value is (197,241,41). Sum of RGB (Red+Green+Blue) = 197+241+41=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F129 is #3A0ED6. Grayscale: #CDCDCD. Windows color (decimal): -3804887 or 2748869. OLE color: 2748869.
HSL color Cylindrical-coordinate representation of color #C5F129: hue angle of 73.2º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5F129 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 41 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.05 |
| HSL | 73.2º | 0.88% | 0.55% | - |
| HSV(B) | 73.2º | 0.83% | 0.95% | - |
| XYZ | 54.88 | 74.94 | 13.67 | - |
| YUV | 205.04 | 35.42 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 41 | 0.18 | 0 | 0.83 | 0.05 | 73.2 | 0.88 | 0.55 |
| Hex | C5 | F1 | 29 | 12 | 0 | 53 | 5 | 49 | 58 | 37 |
| Octal | 305 | 361 | 51 | 22 | 0 | 123 | 5 | 111 | 130 | 67 |
| Binary | 11000101 | 11110001 | 101001 | 10010 | 0 | 1010011 | 101 | 1001001 | 1011000 | 110111 |
Color Harmonies of #C5F129
Complementary color
Monochromatic Colors of #C5F129
Black with #C5F129
Text Example
Text Example
White with #C5F129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F129; }
p { color: rgb(197,241,41); }
H1.HeaderClassName
{
color: #C5F129;
}
.AnyTagClassName
{
color: #C5F129;
}
</style>
background-color css
<style>
a { background-color: #C5F129; }
a { background-color: rgb(197,241,41); }
div.DivClassName
{
background-color: #C5F129;
}
.BgClassName
{
background-color: #C5F129;
}
</style>
border-color css
<style>
span { border-color: #C5F129; }
span { border-color: rgb(197,241,41); }
td.TdClassName
{
border-color: #C5F129;
}
.TagClassName
{
border-color: #C5F129;
}
</style>