Shades of Pear #C4F135
Tints of Pear #C4F135
RGB
CMYK
RGB Variations
Color information
#C4F135 (or 0xC4F135) is known color: Pear. HEX triplet: C4, F1 and 35. RGB value is (196,241,53). Sum of RGB (Red+Green+Blue) = 196+241+53=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 53 (21.09% from 255 or 10.82% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F135 is #3B0ECA. Grayscale: #CECECE. Windows color (decimal): -3870411 or 3535300. OLE color: 3535300.
HSL color Cylindrical-coordinate representation of color #C4F135: hue angle of 74.36º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4F135 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 53 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.05 |
| HSL | 74.36º | 0.87% | 0.58% | - |
| HSV(B) | 74.36º | 0.78% | 0.95% | - |
| XYZ | 54.86 | 74.9 | 14.93 | - |
| YUV | 206.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 53 | 0.19 | 0 | 0.78 | 0.05 | 74.36 | 0.87 | 0.58 |
| Hex | C4 | F1 | 35 | 13 | 0 | 4E | 5 | 4A | 57 | 3A |
| Octal | 304 | 361 | 65 | 23 | 0 | 116 | 5 | 112 | 127 | 72 |
| Binary | 11000100 | 11110001 | 110101 | 10011 | 0 | 1001110 | 101 | 1001010 | 1010111 | 111010 |
Color Harmonies of #C4F135
Complementary color
Monochromatic Colors of #C4F135
Black with #C4F135
Text Example
Text Example
White with #C4F135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F135; }
p { color: rgb(196,241,53); }
H1.HeaderClassName
{
color: #C4F135;
}
.AnyTagClassName
{
color: #C4F135;
}
</style>
background-color css
<style>
a { background-color: #C4F135; }
a { background-color: rgb(196,241,53); }
div.DivClassName
{
background-color: #C4F135;
}
.BgClassName
{
background-color: #C4F135;
}
</style>
border-color css
<style>
span { border-color: #C4F135; }
span { border-color: rgb(196,241,53); }
td.TdClassName
{
border-color: #C4F135;
}
.TagClassName
{
border-color: #C4F135;
}
</style>