Shades of Pear #C2F12B
Tints of Pear #C2F12B
RGB
CMYK
RGB Variations
Color information
#C2F12B (or 0xC2F12B) is known color: Pear. HEX triplet: C2, F1 and 2B. RGB value is (194,241,43). Sum of RGB (Red+Green+Blue) = 194+241+43=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 43 (17.19% from 255 or 9.00% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F12B is #3D0ED4. Grayscale: #CDCDCD. Windows color (decimal): -4001493 or 2879938. OLE color: 2879938.
HSL color Cylindrical-coordinate representation of color #C2F12B: hue angle of 74.24º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2F12B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 241 | 43 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.05 |
| HSL | 74.24º | 0.88% | 0.56% | - |
| HSV(B) | 74.24º | 0.82% | 0.95% | - |
| XYZ | 54.14 | 74.55 | 13.82 | - |
| YUV | 204.38 | 36.93 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 241 | 43 | 0.20 | 0 | 0.82 | 0.05 | 74.24 | 0.88 | 0.56 |
| Hex | C2 | F1 | 2B | 14 | 0 | 52 | 5 | 4A | 58 | 38 |
| Octal | 302 | 361 | 53 | 24 | 0 | 122 | 5 | 112 | 130 | 70 |
| Binary | 11000010 | 11110001 | 101011 | 10100 | 0 | 1010010 | 101 | 1001010 | 1011000 | 111000 |
Color Harmonies of #C2F12B
Complementary color
Monochromatic Colors of #C2F12B
Black with #C2F12B
Text Example
Text Example
White with #C2F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F12B; }
p { color: rgb(194,241,43); }
H1.HeaderClassName
{
color: #C2F12B;
}
.AnyTagClassName
{
color: #C2F12B;
}
</style>
background-color css
<style>
a { background-color: #C2F12B; }
a { background-color: rgb(194,241,43); }
div.DivClassName
{
background-color: #C2F12B;
}
.BgClassName
{
background-color: #C2F12B;
}
</style>
border-color css
<style>
span { border-color: #C2F12B; }
span { border-color: rgb(194,241,43); }
td.TdClassName
{
border-color: #C2F12B;
}
.TagClassName
{
border-color: #C2F12B;
}
</style>