Shades of Pear #C1F02F
Tints of Pear #C1F02F
RGB
CMYK
RGB Variations
Color information
#C1F02F (or 0xC1F02F) is known color: Pear. HEX triplet: C1, F0 and 2F. RGB value is (193,240,47). Sum of RGB (Red+Green+Blue) = 193+240+47=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 47 (18.75% from 255 or 9.79% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F02F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F02F is #3E0FD0. Grayscale: #CCCCCC. Windows color (decimal): -4067281 or 3141825. OLE color: 3141825.
HSL color Cylindrical-coordinate representation of color #C1F02F: hue angle of 74.61º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1F02F is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 47 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.06 |
| HSL | 74.61º | 0.87% | 0.56% | - |
| HSV(B) | 74.61º | 0.8% | 0.94% | - |
| XYZ | 53.67 | 73.86 | 14.12 | - |
| YUV | 203.95 | 39.43 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 47 | 0.20 | 0 | 0.80 | 0.06 | 74.61 | 0.87 | 0.56 |
| Hex | C1 | F0 | 2F | 14 | 0 | 50 | 6 | 4B | 57 | 38 |
| Octal | 301 | 360 | 57 | 24 | 0 | 120 | 6 | 113 | 127 | 70 |
| Binary | 11000001 | 11110000 | 101111 | 10100 | 0 | 1010000 | 110 | 1001011 | 1010111 | 111000 |
Color Harmonies of #C1F02F
Complementary color
Monochromatic Colors of #C1F02F
Black with #C1F02F
Text Example
Text Example
White with #C1F02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F02F; }
p { color: rgb(193,240,47); }
H1.HeaderClassName
{
color: #C1F02F;
}
.AnyTagClassName
{
color: #C1F02F;
}
</style>
background-color css
<style>
a { background-color: #C1F02F; }
a { background-color: rgb(193,240,47); }
div.DivClassName
{
background-color: #C1F02F;
}
.BgClassName
{
background-color: #C1F02F;
}
</style>
border-color css
<style>
span { border-color: #C1F02F; }
span { border-color: rgb(193,240,47); }
td.TdClassName
{
border-color: #C1F02F;
}
.TagClassName
{
border-color: #C1F02F;
}
</style>