Shades of Pear #C6ED32
Tints of Pear #C6ED32
RGB
CMYK
RGB Variations
Color information
#C6ED32 (or 0xC6ED32) is known color: Pear. HEX triplet: C6, ED and 32. RGB value is (198,237,50). Sum of RGB (Red+Green+Blue) = 198+237+50=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 50 (19.92% from 255 or 10.31% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #C6ED32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6ED32 is #3912CD. Grayscale: #CCCCCC. Windows color (decimal): -3740366 or 3337670. OLE color: 3337670.
HSL color Cylindrical-coordinate representation of color #C6ED32: hue angle of 72.51º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6ED32 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 237 | 50 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.07 |
| HSL | 72.51º | 0.84% | 0.56% | - |
| HSV(B) | 72.51º | 0.79% | 0.93% | - |
| XYZ | 54.15 | 72.8 | 14.22 | - |
| YUV | 204.02 | 41.08 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 237 | 50 | 0.16 | 0 | 0.79 | 0.07 | 72.51 | 0.84 | 0.56 |
| Hex | C6 | ED | 32 | 10 | 0 | 4F | 7 | 49 | 54 | 38 |
| Octal | 306 | 355 | 62 | 20 | 0 | 117 | 7 | 111 | 124 | 70 |
| Binary | 11000110 | 11101101 | 110010 | 10000 | 0 | 1001111 | 111 | 1001001 | 1010100 | 111000 |
Color Harmonies of #C6ED32
Complementary color
Monochromatic Colors of #C6ED32
Black with #C6ED32
Text Example
Text Example
White with #C6ED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ED32; }
p { color: rgb(198,237,50); }
H1.HeaderClassName
{
color: #C6ED32;
}
.AnyTagClassName
{
color: #C6ED32;
}
</style>
background-color css
<style>
a { background-color: #C6ED32; }
a { background-color: rgb(198,237,50); }
div.DivClassName
{
background-color: #C6ED32;
}
.BgClassName
{
background-color: #C6ED32;
}
</style>
border-color css
<style>
span { border-color: #C6ED32; }
span { border-color: rgb(198,237,50); }
td.TdClassName
{
border-color: #C6ED32;
}
.TagClassName
{
border-color: #C6ED32;
}
</style>