Shades of Pear #C6F233
Tints of Pear #C6F233
RGB
CMYK
RGB Variations
Color information
#C6F233 (or 0xC6F233) is known color: Pear. HEX triplet: C6, F2 and 33. RGB value is (198,242,51). Sum of RGB (Red+Green+Blue) = 198+242+51=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 51 (20.31% from 255 or 10.39% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F233 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F233 is #390DCC. Grayscale: #CFCFCF. Windows color (decimal): -3739085 or 3404486. OLE color: 3404486.
HSL color Cylindrical-coordinate representation of color #C6F233: hue angle of 73.82º degrees, saturation: 0.88, 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 #C6F233 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 51 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.05 |
| HSL | 73.82º | 0.88% | 0.57% | - |
| HSV(B) | 73.82º | 0.79% | 0.95% | - |
| XYZ | 55.64 | 75.75 | 14.82 | - |
| YUV | 207.07 | 39.92 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 51 | 0.18 | 0 | 0.79 | 0.05 | 73.82 | 0.88 | 0.57 |
| Hex | C6 | F2 | 33 | 12 | 0 | 4F | 5 | 4A | 58 | 39 |
| Octal | 306 | 362 | 63 | 22 | 0 | 117 | 5 | 112 | 130 | 71 |
| Binary | 11000110 | 11110010 | 110011 | 10010 | 0 | 1001111 | 101 | 1001010 | 1011000 | 111001 |
Color Harmonies of #C6F233
Complementary color
Monochromatic Colors of #C6F233
Black with #C6F233
Text Example
Text Example
White with #C6F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F233; }
p { color: rgb(198,242,51); }
H1.HeaderClassName
{
color: #C6F233;
}
.AnyTagClassName
{
color: #C6F233;
}
</style>
background-color css
<style>
a { background-color: #C6F233; }
a { background-color: rgb(198,242,51); }
div.DivClassName
{
background-color: #C6F233;
}
.BgClassName
{
background-color: #C6F233;
}
</style>
border-color css
<style>
span { border-color: #C6F233; }
span { border-color: rgb(198,242,51); }
td.TdClassName
{
border-color: #C6F233;
}
.TagClassName
{
border-color: #C6F233;
}
</style>