Shades of Pear #C6F834
Tints of Pear #C6F834
RGB
CMYK
RGB Variations
Color information
#C6F834 (or 0xC6F834) is known color: Pear. HEX triplet: C6, F8 and 34. RGB value is (198,248,52). Sum of RGB (Red+Green+Blue) = 198+248+52=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 52 (20.70% from 255 or 10.44% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F834 is #3907CB. Grayscale: #D3D3D3. Windows color (decimal): -3737548 or 3471558. OLE color: 3471558.
HSL color Cylindrical-coordinate representation of color #C6F834: hue angle of 75.31º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6F834 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 248 | 52 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.03 |
| HSL | 75.31º | 0.93% | 0.59% | - |
| HSV(B) | 75.31º | 0.79% | 0.97% | - |
| XYZ | 57.48 | 79.39 | 15.54 | - |
| YUV | 210.71 | 38.44 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 52 | 0.20 | 0 | 0.79 | 0.03 | 75.31 | 0.93 | 0.59 |
| Hex | C6 | F8 | 34 | 14 | 0 | 4F | 3 | 4B | 5D | 3B |
| Octal | 306 | 370 | 64 | 24 | 0 | 117 | 3 | 113 | 135 | 73 |
| Binary | 11000110 | 11111000 | 110100 | 10100 | 0 | 1001111 | 11 | 1001011 | 1011101 | 111011 |
Color Harmonies of #C6F834
Complementary color
Monochromatic Colors of #C6F834
Black with #C6F834
Text Example
Text Example
White with #C6F834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F834; }
p { color: rgb(198,248,52); }
H1.HeaderClassName
{
color: #C6F834;
}
.AnyTagClassName
{
color: #C6F834;
}
</style>
background-color css
<style>
a { background-color: #C6F834; }
a { background-color: rgb(198,248,52); }
div.DivClassName
{
background-color: #C6F834;
}
.BgClassName
{
background-color: #C6F834;
}
</style>
border-color css
<style>
span { border-color: #C6F834; }
span { border-color: rgb(198,248,52); }
td.TdClassName
{
border-color: #C6F834;
}
.TagClassName
{
border-color: #C6F834;
}
</style>