Shades of Pear #C6F229
Tints of Pear #C6F229
RGB
CMYK
RGB Variations
Color information
#C6F229 (or 0xC6F229) is known color: Pear. HEX triplet: C6, F2 and 29. RGB value is (198,242,41). Sum of RGB (Red+Green+Blue) = 198+242+41=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F229 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F229 is #390DD6. Grayscale: #CECECE. Windows color (decimal): -3739095 or 2749126. OLE color: 2749126.
HSL color Cylindrical-coordinate representation of color #C6F229: hue angle of 73.13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6F229 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 41 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.05 |
| HSL | 73.13º | 0.89% | 0.55% | - |
| HSV(B) | 73.13º | 0.83% | 0.95% | - |
| XYZ | 55.44 | 75.67 | 13.78 | - |
| YUV | 205.93 | 34.92 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 41 | 0.18 | 0 | 0.83 | 0.05 | 73.13 | 0.89 | 0.55 |
| Hex | C6 | F2 | 29 | 12 | 0 | 53 | 5 | 49 | 59 | 37 |
| Octal | 306 | 362 | 51 | 22 | 0 | 123 | 5 | 111 | 131 | 67 |
| Binary | 11000110 | 11110010 | 101001 | 10010 | 0 | 1010011 | 101 | 1001001 | 1011001 | 110111 |
Color Harmonies of #C6F229
Complementary color
Monochromatic Colors of #C6F229
Black with #C6F229
Text Example
Text Example
White with #C6F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F229; }
p { color: rgb(198,242,41); }
H1.HeaderClassName
{
color: #C6F229;
}
.AnyTagClassName
{
color: #C6F229;
}
</style>
background-color css
<style>
a { background-color: #C6F229; }
a { background-color: rgb(198,242,41); }
div.DivClassName
{
background-color: #C6F229;
}
.BgClassName
{
background-color: #C6F229;
}
</style>
border-color css
<style>
span { border-color: #C6F229; }
span { border-color: rgb(198,242,41); }
td.TdClassName
{
border-color: #C6F229;
}
.TagClassName
{
border-color: #C6F229;
}
</style>