Shades of Pear #C6F72D
Tints of Pear #C6F72D
RGB
CMYK
RGB Variations
Color information
#C6F72D (or 0xC6F72D) is known color: Pear. HEX triplet: C6, F7 and 2D. RGB value is (198,247,45). Sum of RGB (Red+Green+Blue) = 198+247+45=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #C6F72D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F72D is #3908D2. Grayscale: #D2D2D2. Windows color (decimal): -3737811 or 3012550. OLE color: 3012550.
HSL color Cylindrical-coordinate representation of color #C6F72D: hue angle of 74.55º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6F72D is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 247 | 45 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.03 |
| HSL | 74.55º | 0.93% | 0.57% | - |
| HSV(B) | 74.55º | 0.82% | 0.97% | - |
| XYZ | 57.02 | 78.72 | 14.67 | - |
| YUV | 209.32 | 35.27 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 247 | 45 | 0.20 | 0 | 0.82 | 0.03 | 74.55 | 0.93 | 0.57 |
| Hex | C6 | F7 | 2D | 14 | 0 | 52 | 3 | 4B | 5D | 39 |
| Octal | 306 | 367 | 55 | 24 | 0 | 122 | 3 | 113 | 135 | 71 |
| Binary | 11000110 | 11110111 | 101101 | 10100 | 0 | 1010010 | 11 | 1001011 | 1011101 | 111001 |
Color Harmonies of #C6F72D
Complementary color
Monochromatic Colors of #C6F72D
Black with #C6F72D
Text Example
Text Example
White with #C6F72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F72D; }
p { color: rgb(198,247,45); }
H1.HeaderClassName
{
color: #C6F72D;
}
.AnyTagClassName
{
color: #C6F72D;
}
</style>
background-color css
<style>
a { background-color: #C6F72D; }
a { background-color: rgb(198,247,45); }
div.DivClassName
{
background-color: #C6F72D;
}
.BgClassName
{
background-color: #C6F72D;
}
</style>
border-color css
<style>
span { border-color: #C6F72D; }
span { border-color: rgb(198,247,45); }
td.TdClassName
{
border-color: #C6F72D;
}
.TagClassName
{
border-color: #C6F72D;
}
</style>