Shades of Pear #C6F31F
Tints of Pear #C6F31F
RGB
CMYK
RGB Variations
Color information
#C6F31F (or 0xC6F31F) is known color: Pear. HEX triplet: C6, F3 and 1F. RGB value is (198,243,31). Sum of RGB (Red+Green+Blue) = 198+243+31=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 31 (12.5% from 255 or 6.57% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F31F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F31F is #390CE0. Grayscale: #CECECE. Windows color (decimal): -3738849 or 2094022. OLE color: 2094022.
HSL color Cylindrical-coordinate representation of color #C6F31F: hue angle of 72.74º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6F31F is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 31 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.05 |
| HSL | 72.74º | 0.9% | 0.54% | - |
| HSV(B) | 72.74º | 0.87% | 0.95% | - |
| XYZ | 55.59 | 76.21 | 13.08 | - |
| YUV | 205.38 | 29.59 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 31 | 0.19 | 0 | 0.87 | 0.05 | 72.74 | 0.9 | 0.54 |
| Hex | C6 | F3 | 1F | 13 | 0 | 57 | 5 | 49 | 5A | 36 |
| Octal | 306 | 363 | 37 | 23 | 0 | 127 | 5 | 111 | 132 | 66 |
| Binary | 11000110 | 11110011 | 11111 | 10011 | 0 | 1010111 | 101 | 1001001 | 1011010 | 110110 |
Color Harmonies of #C6F31F
Complementary color
Monochromatic Colors of #C6F31F
Black with #C6F31F
Text Example
Text Example
White with #C6F31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F31F; }
p { color: rgb(198,243,31); }
H1.HeaderClassName
{
color: #C6F31F;
}
.AnyTagClassName
{
color: #C6F31F;
}
</style>
background-color css
<style>
a { background-color: #C6F31F; }
a { background-color: rgb(198,243,31); }
div.DivClassName
{
background-color: #C6F31F;
}
.BgClassName
{
background-color: #C6F31F;
}
</style>
border-color css
<style>
span { border-color: #C6F31F; }
span { border-color: rgb(198,243,31); }
td.TdClassName
{
border-color: #C6F31F;
}
.TagClassName
{
border-color: #C6F31F;
}
</style>