Shades of Pear #C3F438
Tints of Pear #C3F438
RGB
CMYK
RGB Variations
Color information
#C3F438 (or 0xC3F438) is known color: Pear. HEX triplet: C3, F4 and 38. RGB value is (195,244,56). Sum of RGB (Red+Green+Blue) = 195+244+56=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 56 (22.27% from 255 or 11.31% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #C3F438 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F438 is #3C0BC7. Grayscale: #D0D0D0. Windows color (decimal): -3935176 or 3732675. OLE color: 3732675.
HSL color Cylindrical-coordinate representation of color #C3F438: hue angle of 75.64º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3F438 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 244 | 56 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.04 |
| HSL | 75.64º | 0.9% | 0.59% | - |
| HSV(B) | 75.64º | 0.77% | 0.96% | - |
| XYZ | 55.57 | 76.59 | 15.6 | - |
| YUV | 207.92 | 42.27 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 244 | 56 | 0.20 | 0 | 0.77 | 0.04 | 75.64 | 0.9 | 0.59 |
| Hex | C3 | F4 | 38 | 14 | 0 | 4D | 4 | 4C | 5A | 3B |
| Octal | 303 | 364 | 70 | 24 | 0 | 115 | 4 | 114 | 132 | 73 |
| Binary | 11000011 | 11110100 | 111000 | 10100 | 0 | 1001101 | 100 | 1001100 | 1011010 | 111011 |
Color Harmonies of #C3F438
Complementary color
Monochromatic Colors of #C3F438
Black with #C3F438
Text Example
Text Example
White with #C3F438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F438; }
p { color: rgb(195,244,56); }
H1.HeaderClassName
{
color: #C3F438;
}
.AnyTagClassName
{
color: #C3F438;
}
</style>
background-color css
<style>
a { background-color: #C3F438; }
a { background-color: rgb(195,244,56); }
div.DivClassName
{
background-color: #C3F438;
}
.BgClassName
{
background-color: #C3F438;
}
</style>
border-color css
<style>
span { border-color: #C3F438; }
span { border-color: rgb(195,244,56); }
td.TdClassName
{
border-color: #C3F438;
}
.TagClassName
{
border-color: #C3F438;
}
</style>