Shades of Pear #C6F827
Tints of Pear #C6F827
RGB
CMYK
RGB Variations
Color information
#C6F827 (or 0xC6F827) is known color: Pear. HEX triplet: C6, F8 and 27. RGB value is (198,248,39). Sum of RGB (Red+Green+Blue) = 198+248+39=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 39 (15.62% from 255 or 8.04% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F827 is #3907D8. Grayscale: #D2D2D2. Windows color (decimal): -3737561 or 2619590. OLE color: 2619590.
HSL color Cylindrical-coordinate representation of color #C6F827: hue angle of 74.35º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6F827 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 39 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.03 |
| HSL | 74.35º | 0.94% | 0.56% | - |
| HSV(B) | 74.35º | 0.84% | 0.97% | - |
| XYZ | 57.22 | 79.29 | 14.21 | - |
| YUV | 209.22 | 31.94 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 39 | 0.20 | 0 | 0.84 | 0.03 | 74.35 | 0.94 | 0.56 |
| Hex | C6 | F8 | 27 | 14 | 0 | 54 | 3 | 4A | 5E | 38 |
| Octal | 306 | 370 | 47 | 24 | 0 | 124 | 3 | 112 | 136 | 70 |
| Binary | 11000110 | 11111000 | 100111 | 10100 | 0 | 1010100 | 11 | 1001010 | 1011110 | 111000 |
Color Harmonies of #C6F827
Complementary color
Monochromatic Colors of #C6F827
Black with #C6F827
Text Example
Text Example
White with #C6F827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F827; }
p { color: rgb(198,248,39); }
H1.HeaderClassName
{
color: #C6F827;
}
.AnyTagClassName
{
color: #C6F827;
}
</style>
background-color css
<style>
a { background-color: #C6F827; }
a { background-color: rgb(198,248,39); }
div.DivClassName
{
background-color: #C6F827;
}
.BgClassName
{
background-color: #C6F827;
}
</style>
border-color css
<style>
span { border-color: #C6F827; }
span { border-color: rgb(198,248,39); }
td.TdClassName
{
border-color: #C6F827;
}
.TagClassName
{
border-color: #C6F827;
}
</style>