Shades of Pear #C1F133
Tints of Pear #C1F133
RGB
CMYK
RGB Variations
Color information
#C1F133 (or 0xC1F133) is known color: Pear. HEX triplet: C1, F1 and 33. RGB value is (193,241,51). Sum of RGB (Red+Green+Blue) = 193+241+51=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F133 is #3E0ECC. Grayscale: #CDCDCD. Windows color (decimal): -4067021 or 3404225. OLE color: 3404225.
HSL color Cylindrical-coordinate representation of color #C1F133: hue angle of 75.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1F133 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 51 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.05 |
| HSL | 75.16º | 0.87% | 0.57% | - |
| HSV(B) | 75.16º | 0.79% | 0.95% | - |
| XYZ | 54.05 | 74.49 | 14.66 | - |
| YUV | 204.99 | 41.1 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 51 | 0.20 | 0 | 0.79 | 0.05 | 75.16 | 0.87 | 0.57 |
| Hex | C1 | F1 | 33 | 14 | 0 | 4F | 5 | 4B | 57 | 39 |
| Octal | 301 | 361 | 63 | 24 | 0 | 117 | 5 | 113 | 127 | 71 |
| Binary | 11000001 | 11110001 | 110011 | 10100 | 0 | 1001111 | 101 | 1001011 | 1010111 | 111001 |
Color Harmonies of #C1F133
Complementary color
Monochromatic Colors of #C1F133
Black with #C1F133
Text Example
Text Example
White with #C1F133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F133; }
p { color: rgb(193,241,51); }
H1.HeaderClassName
{
color: #C1F133;
}
.AnyTagClassName
{
color: #C1F133;
}
</style>
background-color css
<style>
a { background-color: #C1F133; }
a { background-color: rgb(193,241,51); }
div.DivClassName
{
background-color: #C1F133;
}
.BgClassName
{
background-color: #C1F133;
}
</style>
border-color css
<style>
span { border-color: #C1F133; }
span { border-color: rgb(193,241,51); }
td.TdClassName
{
border-color: #C1F133;
}
.TagClassName
{
border-color: #C1F133;
}
</style>