Shades of Pear #C6F127
Tints of Pear #C6F127
RGB
CMYK
RGB Variations
Color information
#C6F127 (or 0xC6F127) is known color: Pear. HEX triplet: C6, F1 and 27. RGB value is (198,241,39). Sum of RGB (Red+Green+Blue) = 198+241+39=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 39 (15.62% from 255 or 8.16% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F127 is #390ED8. Grayscale: #CDCDCD. Windows color (decimal): -3739353 or 2617798. OLE color: 2617798.
HSL color Cylindrical-coordinate representation of color #C6F127: hue angle of 72.77º degrees, saturation: 0.88, 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 #C6F127 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 39 | - |
| CMYK | 0.18 | 0 | 0.84 | 0.05 |
| HSL | 72.77º | 0.88% | 0.55% | - |
| HSV(B) | 72.77º | 0.84% | 0.95% | - |
| XYZ | 55.11 | 75.06 | 13.5 | - |
| YUV | 205.12 | 34.25 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 39 | 0.18 | 0 | 0.84 | 0.05 | 72.77 | 0.88 | 0.55 |
| Hex | C6 | F1 | 27 | 12 | 0 | 54 | 5 | 49 | 58 | 37 |
| Octal | 306 | 361 | 47 | 22 | 0 | 124 | 5 | 111 | 130 | 67 |
| Binary | 11000110 | 11110001 | 100111 | 10010 | 0 | 1010100 | 101 | 1001001 | 1011000 | 110111 |
Color Harmonies of #C6F127
Complementary color
Monochromatic Colors of #C6F127
Black with #C6F127
Text Example
Text Example
White with #C6F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F127; }
p { color: rgb(198,241,39); }
H1.HeaderClassName
{
color: #C6F127;
}
.AnyTagClassName
{
color: #C6F127;
}
</style>
background-color css
<style>
a { background-color: #C6F127; }
a { background-color: rgb(198,241,39); }
div.DivClassName
{
background-color: #C6F127;
}
.BgClassName
{
background-color: #C6F127;
}
</style>
border-color css
<style>
span { border-color: #C6F127; }
span { border-color: rgb(198,241,39); }
td.TdClassName
{
border-color: #C6F127;
}
.TagClassName
{
border-color: #C6F127;
}
</style>