Shades of Pear #C4F133
Tints of Pear #C4F133
RGB
CMYK
RGB Variations
Color information
#C4F133 (or 0xC4F133) is known color: Pear. HEX triplet: C4, F1 and 33. RGB value is (196,241,51). Sum of RGB (Red+Green+Blue) = 196+241+51=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 51 (20.31% from 255 or 10.45% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #C4F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F133 is #3B0ECC. Grayscale: #CECECE. Windows color (decimal): -3870413 or 3404228. OLE color: 3404228.
HSL color Cylindrical-coordinate representation of color #C4F133: hue angle of 74.21º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4F133 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 241 | 51 | - |
| CMYK | 0.19 | 0 | 0.79 | 0.05 |
| HSL | 74.21º | 0.87% | 0.57% | - |
| HSV(B) | 74.21º | 0.79% | 0.95% | - |
| XYZ | 54.82 | 74.89 | 14.7 | - |
| YUV | 205.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 241 | 51 | 0.19 | 0 | 0.79 | 0.05 | 74.21 | 0.87 | 0.57 |
| Hex | C4 | F1 | 33 | 13 | 0 | 4F | 5 | 4A | 57 | 39 |
| Octal | 304 | 361 | 63 | 23 | 0 | 117 | 5 | 112 | 127 | 71 |
| Binary | 11000100 | 11110001 | 110011 | 10011 | 0 | 1001111 | 101 | 1001010 | 1010111 | 111001 |
Color Harmonies of #C4F133
Complementary color
Monochromatic Colors of #C4F133
Black with #C4F133
Text Example
Text Example
White with #C4F133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F133; }
p { color: rgb(196,241,51); }
H1.HeaderClassName
{
color: #C4F133;
}
.AnyTagClassName
{
color: #C4F133;
}
</style>
background-color css
<style>
a { background-color: #C4F133; }
a { background-color: rgb(196,241,51); }
div.DivClassName
{
background-color: #C4F133;
}
.BgClassName
{
background-color: #C4F133;
}
</style>
border-color css
<style>
span { border-color: #C4F133; }
span { border-color: rgb(196,241,51); }
td.TdClassName
{
border-color: #C4F133;
}
.TagClassName
{
border-color: #C4F133;
}
</style>