Shades of Pear #C1F234
Tints of Pear #C1F234
RGB
CMYK
RGB Variations
Color information
#C1F234 (or 0xC1F234) is known color: Pear. HEX triplet: C1, F2 and 34. RGB value is (193,242,52). Sum of RGB (Red+Green+Blue) = 193+242+52=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 242 (94.92% from 255 or 49.69% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 242 - color contains mainly: green. Hex color #C1F234 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1F234 is #3E0DCB. Grayscale: #CECECE. Windows color (decimal): -4066764 or 3470017. OLE color: 3470017.
HSL color Cylindrical-coordinate representation of color #C1F234: hue angle of 75.47º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1F234 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 242 | 52 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.05 |
| HSL | 75.47º | 0.88% | 0.58% | - |
| HSV(B) | 75.47º | 0.79% | 0.95% | - |
| XYZ | 54.36 | 75.09 | 14.88 | - |
| YUV | 205.69 | 41.27 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 242 | 52 | 0.20 | 0 | 0.79 | 0.05 | 75.47 | 0.88 | 0.58 |
| Hex | C1 | F2 | 34 | 14 | 0 | 4F | 5 | 4B | 58 | 3A |
| Octal | 301 | 362 | 64 | 24 | 0 | 117 | 5 | 113 | 130 | 72 |
| Binary | 11000001 | 11110010 | 110100 | 10100 | 0 | 1001111 | 101 | 1001011 | 1011000 | 111010 |
Color Harmonies of #C1F234
Complementary color
Monochromatic Colors of #C1F234
Black with #C1F234
Text Example
Text Example
White with #C1F234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F234; }
p { color: rgb(193,242,52); }
H1.HeaderClassName
{
color: #C1F234;
}
.AnyTagClassName
{
color: #C1F234;
}
</style>
background-color css
<style>
a { background-color: #C1F234; }
a { background-color: rgb(193,242,52); }
div.DivClassName
{
background-color: #C1F234;
}
.BgClassName
{
background-color: #C1F234;
}
</style>
border-color css
<style>
span { border-color: #C1F234; }
span { border-color: rgb(193,242,52); }
td.TdClassName
{
border-color: #C1F234;
}
.TagClassName
{
border-color: #C1F234;
}
</style>