Shades of Pear #C6F327
Tints of Pear #C6F327
RGB
CMYK
RGB Variations
Color information
#C6F327 (or 0xC6F327) is known color: Pear. HEX triplet: C6, F3 and 27. RGB value is (198,243,39). Sum of RGB (Red+Green+Blue) = 198+243+39=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 39 (15.62% from 255 or 8.12% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F327 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F327 is #390CD8. Grayscale: #CFCFCF. Windows color (decimal): -3738841 or 2618310. OLE color: 2618310.
HSL color Cylindrical-coordinate representation of color #C6F327: hue angle of 73.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6F327 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 243 | 39 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.05 |
| HSL | 73.24º | 0.89% | 0.55% | - |
| HSV(B) | 73.24º | 0.84% | 0.95% | - |
| XYZ | 55.71 | 76.25 | 13.7 | - |
| YUV | 206.29 | 33.59 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 243 | 39 | 0.19 | 0 | 0.84 | 0.05 | 73.24 | 0.89 | 0.55 |
| Hex | C6 | F3 | 27 | 13 | 0 | 54 | 5 | 49 | 59 | 37 |
| Octal | 306 | 363 | 47 | 23 | 0 | 124 | 5 | 111 | 131 | 67 |
| Binary | 11000110 | 11110011 | 100111 | 10011 | 0 | 1010100 | 101 | 1001001 | 1011001 | 110111 |
Color Harmonies of #C6F327
Complementary color
Monochromatic Colors of #C6F327
Black with #C6F327
Text Example
Text Example
White with #C6F327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F327; }
p { color: rgb(198,243,39); }
H1.HeaderClassName
{
color: #C6F327;
}
.AnyTagClassName
{
color: #C6F327;
}
</style>
background-color css
<style>
a { background-color: #C6F327; }
a { background-color: rgb(198,243,39); }
div.DivClassName
{
background-color: #C6F327;
}
.BgClassName
{
background-color: #C6F327;
}
</style>
border-color css
<style>
span { border-color: #C6F327; }
span { border-color: rgb(198,243,39); }
td.TdClassName
{
border-color: #C6F327;
}
.TagClassName
{
border-color: #C6F327;
}
</style>