Shades of Pear #C6F227
Tints of Pear #C6F227
RGB
CMYK
RGB Variations
Color information
#C6F227 (or 0xC6F227) is known color: Pear. HEX triplet: C6, F2 and 27. RGB value is (198,242,39). Sum of RGB (Red+Green+Blue) = 198+242+39=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 39 (15.62% from 255 or 8.14% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F227 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F227 is #390DD8. Grayscale: #CECECE. Windows color (decimal): -3739097 or 2618054. OLE color: 2618054.
HSL color Cylindrical-coordinate representation of color #C6F227: hue angle of 73º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6F227 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 39 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.05 |
| HSL | 73º | 0.89% | 0.55% | - |
| HSV(B) | 73º | 0.84% | 0.95% | - |
| XYZ | 55.41 | 75.66 | 13.6 | - |
| YUV | 205.7 | 33.92 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 39 | 0.18 | 0 | 0.84 | 0.05 | 73 | 0.89 | 0.55 |
| Hex | C6 | F2 | 27 | 12 | 0 | 54 | 5 | 49 | 59 | 37 |
| Octal | 306 | 362 | 47 | 22 | 0 | 124 | 5 | 111 | 131 | 67 |
| Binary | 11000110 | 11110010 | 100111 | 10010 | 0 | 1010100 | 101 | 1001001 | 1011001 | 110111 |
Color Harmonies of #C6F227
Complementary color
Monochromatic Colors of #C6F227
Black with #C6F227
Text Example
Text Example
White with #C6F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F227; }
p { color: rgb(198,242,39); }
H1.HeaderClassName
{
color: #C6F227;
}
.AnyTagClassName
{
color: #C6F227;
}
</style>
background-color css
<style>
a { background-color: #C6F227; }
a { background-color: rgb(198,242,39); }
div.DivClassName
{
background-color: #C6F227;
}
.BgClassName
{
background-color: #C6F227;
}
</style>
border-color css
<style>
span { border-color: #C6F227; }
span { border-color: rgb(198,242,39); }
td.TdClassName
{
border-color: #C6F227;
}
.TagClassName
{
border-color: #C6F227;
}
</style>