Shades of Pear #C6F324
Tints of Pear #C6F324
RGB
CMYK
RGB Variations
Color information
#C6F324 (or 0xC6F324) is known color: Pear. HEX triplet: C6, F3 and 24. RGB value is (198,243,36). Sum of RGB (Red+Green+Blue) = 198+243+36=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 36 (14.45% from 255 or 7.55% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F324 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F324 is #390CDB. Grayscale: #CECECE. Windows color (decimal): -3738844 or 2421702. OLE color: 2421702.
HSL color Cylindrical-coordinate representation of color #C6F324: hue angle of 73.04º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6F324 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 36 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.05 |
| HSL | 73.04º | 0.9% | 0.55% | - |
| HSV(B) | 73.04º | 0.85% | 0.95% | - |
| XYZ | 55.66 | 76.23 | 13.45 | - |
| YUV | 205.95 | 32.09 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 36 | 0.19 | 0 | 0.85 | 0.05 | 73.04 | 0.9 | 0.55 |
| Hex | C6 | F3 | 24 | 13 | 0 | 55 | 5 | 49 | 5A | 37 |
| Octal | 306 | 363 | 44 | 23 | 0 | 125 | 5 | 111 | 132 | 67 |
| Binary | 11000110 | 11110011 | 100100 | 10011 | 0 | 1010101 | 101 | 1001001 | 1011010 | 110111 |
Color Harmonies of #C6F324
Complementary color
Monochromatic Colors of #C6F324
Black with #C6F324
Text Example
Text Example
White with #C6F324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F324; }
p { color: rgb(198,243,36); }
H1.HeaderClassName
{
color: #C6F324;
}
.AnyTagClassName
{
color: #C6F324;
}
</style>
background-color css
<style>
a { background-color: #C6F324; }
a { background-color: rgb(198,243,36); }
div.DivClassName
{
background-color: #C6F324;
}
.BgClassName
{
background-color: #C6F324;
}
</style>
border-color css
<style>
span { border-color: #C6F324; }
span { border-color: rgb(198,243,36); }
td.TdClassName
{
border-color: #C6F324;
}
.TagClassName
{
border-color: #C6F324;
}
</style>