Shades of Pear #C2F238
Tints of Pear #C2F238
RGB
CMYK
RGB Variations
Color information
#C2F238 (or 0xC2F238) is known color: Pear. HEX triplet: C2, F2 and 38. RGB value is (194,242,56). Sum of RGB (Red+Green+Blue) = 194+242+56=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 56 (22.27% from 255 or 11.38% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F238 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2F238 is #3D0DC7. Grayscale: #CFCFCF. Windows color (decimal): -4001224 or 3732162. OLE color: 3732162.
HSL color Cylindrical-coordinate representation of color #C2F238: hue angle of 75.48º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2F238 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 242 | 56 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.05 |
| HSL | 75.48º | 0.88% | 0.58% | - |
| HSV(B) | 75.48º | 0.77% | 0.95% | - |
| XYZ | 54.71 | 75.26 | 15.38 | - |
| YUV | 206.44 | 43.1 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 242 | 56 | 0.20 | 0 | 0.77 | 0.05 | 75.48 | 0.88 | 0.58 |
| Hex | C2 | F2 | 38 | 14 | 0 | 4D | 5 | 4B | 58 | 3A |
| Octal | 302 | 362 | 70 | 24 | 0 | 115 | 5 | 113 | 130 | 72 |
| Binary | 11000010 | 11110010 | 111000 | 10100 | 0 | 1001101 | 101 | 1001011 | 1011000 | 111010 |
Color Harmonies of #C2F238
Complementary color
Monochromatic Colors of #C2F238
Black with #C2F238
Text Example
Text Example
White with #C2F238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F238; }
p { color: rgb(194,242,56); }
H1.HeaderClassName
{
color: #C2F238;
}
.AnyTagClassName
{
color: #C2F238;
}
</style>
background-color css
<style>
a { background-color: #C2F238; }
a { background-color: rgb(194,242,56); }
div.DivClassName
{
background-color: #C2F238;
}
.BgClassName
{
background-color: #C2F238;
}
</style>
border-color css
<style>
span { border-color: #C2F238; }
span { border-color: rgb(194,242,56); }
td.TdClassName
{
border-color: #C2F238;
}
.TagClassName
{
border-color: #C2F238;
}
</style>