Shades of Pear #C3F33C
Tints of Pear #C3F33C
RGB
CMYK
RGB Variations
Color information
#C3F33C (or 0xC3F33C) is known color: Pear. HEX triplet: C3, F3 and 3C. RGB value is (195,243,60). Sum of RGB (Red+Green+Blue) = 195+243+60=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 60 (23.83% from 255 or 12.05% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F33C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F33C is #3C0CC3. Grayscale: #D0D0D0. Windows color (decimal): -3935428 or 3994563. OLE color: 3994563.
HSL color Cylindrical-coordinate representation of color #C3F33C: hue angle of 75.74º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C3F33C is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 60 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.05 |
| HSL | 75.74º | 0.88% | 0.59% | - |
| HSV(B) | 75.74º | 0.75% | 0.95% | - |
| XYZ | 55.37 | 76.03 | 16.03 | - |
| YUV | 207.79 | 44.6 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 60 | 0.20 | 0 | 0.75 | 0.05 | 75.74 | 0.88 | 0.59 |
| Hex | C3 | F3 | 3C | 14 | 0 | 4B | 5 | 4C | 58 | 3B |
| Octal | 303 | 363 | 74 | 24 | 0 | 113 | 5 | 114 | 130 | 73 |
| Binary | 11000011 | 11110011 | 111100 | 10100 | 0 | 1001011 | 101 | 1001100 | 1011000 | 111011 |
Color Harmonies of #C3F33C
Complementary color
Monochromatic Colors of #C3F33C
Black with #C3F33C
Text Example
Text Example
White with #C3F33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F33C; }
p { color: rgb(195,243,60); }
H1.HeaderClassName
{
color: #C3F33C;
}
.AnyTagClassName
{
color: #C3F33C;
}
</style>
background-color css
<style>
a { background-color: #C3F33C; }
a { background-color: rgb(195,243,60); }
div.DivClassName
{
background-color: #C3F33C;
}
.BgClassName
{
background-color: #C3F33C;
}
</style>
border-color css
<style>
span { border-color: #C3F33C; }
span { border-color: rgb(195,243,60); }
td.TdClassName
{
border-color: #C3F33C;
}
.TagClassName
{
border-color: #C3F33C;
}
</style>