Shades of Pear #C3F32B
Tints of Pear #C3F32B
RGB
CMYK
RGB Variations
Color information
#C3F32B (or 0xC3F32B) is known color: Pear. HEX triplet: C3, F3 and 2B. RGB value is (195,243,43). Sum of RGB (Red+Green+Blue) = 195+243+43=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3F32B is #3C0CD4. Grayscale: #CECECE. Windows color (decimal): -3935445 or 2880451. OLE color: 2880451.
HSL color Cylindrical-coordinate representation of color #C3F32B: hue angle of 74.4º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C3F32B is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 43 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.05 |
| HSL | 74.4º | 0.89% | 0.56% | - |
| HSV(B) | 74.4º | 0.82% | 0.95% | - |
| XYZ | 54.99 | 75.88 | 14.03 | - |
| YUV | 205.85 | 36.1 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 43 | 0.20 | 0 | 0.82 | 0.05 | 74.4 | 0.89 | 0.56 |
| Hex | C3 | F3 | 2B | 14 | 0 | 52 | 5 | 4A | 59 | 38 |
| Octal | 303 | 363 | 53 | 24 | 0 | 122 | 5 | 112 | 131 | 70 |
| Binary | 11000011 | 11110011 | 101011 | 10100 | 0 | 1010010 | 101 | 1001010 | 1011001 | 111000 |
Color Harmonies of #C3F32B
Complementary color
Monochromatic Colors of #C3F32B
Black with #C3F32B
Text Example
Text Example
White with #C3F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F32B; }
p { color: rgb(195,243,43); }
H1.HeaderClassName
{
color: #C3F32B;
}
.AnyTagClassName
{
color: #C3F32B;
}
</style>
background-color css
<style>
a { background-color: #C3F32B; }
a { background-color: rgb(195,243,43); }
div.DivClassName
{
background-color: #C3F32B;
}
.BgClassName
{
background-color: #C3F32B;
}
</style>
border-color css
<style>
span { border-color: #C3F32B; }
span { border-color: rgb(195,243,43); }
td.TdClassName
{
border-color: #C3F32B;
}
.TagClassName
{
border-color: #C3F32B;
}
</style>