Shades of Pear #C3F327
Tints of Pear #C3F327
RGB
CMYK
RGB Variations
Color information
#C3F327 (or 0xC3F327) is known color: Pear. HEX triplet: C3, F3 and 27. RGB value is (195,243,39). Sum of RGB (Red+Green+Blue) = 195+243+39=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 39 (15.62% from 255 or 8.18% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F327 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F327 is #3C0CD8. Grayscale: #CECECE. Windows color (decimal): -3935449 or 2618307. OLE color: 2618307.
HSL color Cylindrical-coordinate representation of color #C3F327: hue angle of 74.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C3F327 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 39 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.05 |
| HSL | 74.12º | 0.89% | 0.55% | - |
| HSV(B) | 74.12º | 0.84% | 0.95% | - |
| XYZ | 54.92 | 75.85 | 13.67 | - |
| YUV | 205.39 | 34.1 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 39 | 0.20 | 0 | 0.84 | 0.05 | 74.12 | 0.89 | 0.55 |
| Hex | C3 | F3 | 27 | 14 | 0 | 54 | 5 | 4A | 59 | 37 |
| Octal | 303 | 363 | 47 | 24 | 0 | 124 | 5 | 112 | 131 | 67 |
| Binary | 11000011 | 11110011 | 100111 | 10100 | 0 | 1010100 | 101 | 1001010 | 1011001 | 110111 |
Color Harmonies of #C3F327
Complementary color
Monochromatic Colors of #C3F327
Black with #C3F327
Text Example
Text Example
White with #C3F327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F327; }
p { color: rgb(195,243,39); }
H1.HeaderClassName
{
color: #C3F327;
}
.AnyTagClassName
{
color: #C3F327;
}
</style>
background-color css
<style>
a { background-color: #C3F327; }
a { background-color: rgb(195,243,39); }
div.DivClassName
{
background-color: #C3F327;
}
.BgClassName
{
background-color: #C3F327;
}
</style>
border-color css
<style>
span { border-color: #C3F327; }
span { border-color: rgb(195,243,39); }
td.TdClassName
{
border-color: #C3F327;
}
.TagClassName
{
border-color: #C3F327;
}
</style>