Shades of Pear #C4F125
Tints of Pear #C4F125
RGB
CMYK
RGB Variations
Color information
#C4F125 (or 0xC4F125) is known color: Pear. HEX triplet: C4, F1 and 25. RGB value is (196,241,37). Sum of RGB (Red+Green+Blue) = 196+241+37=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 37 (14.84% from 255 or 7.81% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F125 is #3B0EDA. Grayscale: #CDCDCD. Windows color (decimal): -3870427 or 2486724. OLE color: 2486724.
HSL color Cylindrical-coordinate representation of color #C4F125: hue angle of 73.24º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4F125 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 37 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.05 |
| HSL | 73.24º | 0.88% | 0.55% | - |
| HSV(B) | 73.24º | 0.85% | 0.95% | - |
| XYZ | 54.55 | 74.78 | 13.31 | - |
| YUV | 204.29 | 33.59 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 37 | 0.19 | 0 | 0.85 | 0.05 | 73.24 | 0.88 | 0.55 |
| Hex | C4 | F1 | 25 | 13 | 0 | 55 | 5 | 49 | 58 | 37 |
| Octal | 304 | 361 | 45 | 23 | 0 | 125 | 5 | 111 | 130 | 67 |
| Binary | 11000100 | 11110001 | 100101 | 10011 | 0 | 1010101 | 101 | 1001001 | 1011000 | 110111 |
Color Harmonies of #C4F125
Complementary color
Monochromatic Colors of #C4F125
Black with #C4F125
Text Example
Text Example
White with #C4F125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F125; }
p { color: rgb(196,241,37); }
H1.HeaderClassName
{
color: #C4F125;
}
.AnyTagClassName
{
color: #C4F125;
}
</style>
background-color css
<style>
a { background-color: #C4F125; }
a { background-color: rgb(196,241,37); }
div.DivClassName
{
background-color: #C4F125;
}
.BgClassName
{
background-color: #C4F125;
}
</style>
border-color css
<style>
span { border-color: #C4F125; }
span { border-color: rgb(196,241,37); }
td.TdClassName
{
border-color: #C4F125;
}
.TagClassName
{
border-color: #C4F125;
}
</style>