Shades of Pear #C3EE30
Tints of Pear #C3EE30
RGB
CMYK
RGB Variations
Color information
#C3EE30 (or 0xC3EE30) is known color: Pear. HEX triplet: C3, EE and 30. RGB value is (195,238,48). Sum of RGB (Red+Green+Blue) = 195+238+48=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 48 (19.14% from 255 or 9.98% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #C3EE30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EE30 is #3C11CF. Grayscale: #CCCCCC. Windows color (decimal): -3936720 or 3206851. OLE color: 3206851.
HSL color Cylindrical-coordinate representation of color #C3EE30: hue angle of 73.58º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C3EE30 is Cyan = 0.18, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 238 | 48 | - |
| CMYK | 0.18 | 0 | 0.80 | 0.07 |
| HSL | 73.58º | 0.85% | 0.56% | - |
| HSV(B) | 73.58º | 0.8% | 0.93% | - |
| XYZ | 53.61 | 72.96 | 14.05 | - |
| YUV | 203.48 | 40.25 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 238 | 48 | 0.18 | 0 | 0.80 | 0.07 | 73.58 | 0.85 | 0.56 |
| Hex | C3 | EE | 30 | 12 | 0 | 50 | 7 | 4A | 55 | 38 |
| Octal | 303 | 356 | 60 | 22 | 0 | 120 | 7 | 112 | 125 | 70 |
| Binary | 11000011 | 11101110 | 110000 | 10010 | 0 | 1010000 | 111 | 1001010 | 1010101 | 111000 |
Color Harmonies of #C3EE30
Complementary color
Monochromatic Colors of #C3EE30
Black with #C3EE30
Text Example
Text Example
White with #C3EE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EE30; }
p { color: rgb(195,238,48); }
H1.HeaderClassName
{
color: #C3EE30;
}
.AnyTagClassName
{
color: #C3EE30;
}
</style>
background-color css
<style>
a { background-color: #C3EE30; }
a { background-color: rgb(195,238,48); }
div.DivClassName
{
background-color: #C3EE30;
}
.BgClassName
{
background-color: #C3EE30;
}
</style>
border-color css
<style>
span { border-color: #C3EE30; }
span { border-color: rgb(195,238,48); }
td.TdClassName
{
border-color: #C3EE30;
}
.TagClassName
{
border-color: #C3EE30;
}
</style>