Shades of Pear #C6F12B
Tints of Pear #C6F12B
RGB
CMYK
RGB Variations
Color information
#C6F12B (or 0xC6F12B) is known color: Pear. HEX triplet: C6, F1 and 2B. RGB value is (198,241,43). Sum of RGB (Red+Green+Blue) = 198+241+43=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 43 (17.19% from 255 or 8.92% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F12B is #390ED4. Grayscale: #CECECE. Windows color (decimal): -3739349 or 2879942. OLE color: 2879942.
HSL color Cylindrical-coordinate representation of color #C6F12B: hue angle of 73.03º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C6F12B is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 43 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.05 |
| HSL | 73.03º | 0.88% | 0.56% | - |
| HSV(B) | 73.03º | 0.82% | 0.95% | - |
| XYZ | 55.18 | 75.09 | 13.87 | - |
| YUV | 205.57 | 36.25 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 43 | 0.18 | 0 | 0.82 | 0.05 | 73.03 | 0.88 | 0.56 |
| Hex | C6 | F1 | 2B | 12 | 0 | 52 | 5 | 49 | 58 | 38 |
| Octal | 306 | 361 | 53 | 22 | 0 | 122 | 5 | 111 | 130 | 70 |
| Binary | 11000110 | 11110001 | 101011 | 10010 | 0 | 1010010 | 101 | 1001001 | 1011000 | 111000 |
Color Harmonies of #C6F12B
Complementary color
Monochromatic Colors of #C6F12B
Black with #C6F12B
Text Example
Text Example
White with #C6F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F12B; }
p { color: rgb(198,241,43); }
H1.HeaderClassName
{
color: #C6F12B;
}
.AnyTagClassName
{
color: #C6F12B;
}
</style>
background-color css
<style>
a { background-color: #C6F12B; }
a { background-color: rgb(198,241,43); }
div.DivClassName
{
background-color: #C6F12B;
}
.BgClassName
{
background-color: #C6F12B;
}
</style>
border-color css
<style>
span { border-color: #C6F12B; }
span { border-color: rgb(198,241,43); }
td.TdClassName
{
border-color: #C6F12B;
}
.TagClassName
{
border-color: #C6F12B;
}
</style>