Shades of Las Palmas #C6E048
Tints of Las Palmas #C6E048
RGB
CMYK
RGB Variations
Color information
#C6E048 (or 0xC6E048) is known color: Las Palmas. HEX triplet: C6, E0 and 48. RGB value is (198,224,72). Sum of RGB (Red+Green+Blue) = 198+224+72=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 72 (28.52% from 255 or 14.57% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E048 is #391FB7. Grayscale: #C7C7C7. Windows color (decimal): -3743672 or 4776134. OLE color: 4776134.
HSL color Cylindrical-coordinate representation of color #C6E048: hue angle of 70.26º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6E048 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 72 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.12 |
| HSL | 70.26º | 0.71% | 0.58% | - |
| HSV(B) | 70.26º | 0.68% | 0.88% | - |
| XYZ | 51.11 | 65.78 | 16.13 | - |
| YUV | 198.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 72 | 0.12 | 0 | 0.68 | 0.12 | 70.26 | 0.71 | 0.58 |
| Hex | C6 | E0 | 48 | C | 0 | 44 | C | 46 | 47 | 3A |
| Octal | 306 | 340 | 110 | 14 | 0 | 104 | 14 | 106 | 107 | 72 |
| Binary | 11000110 | 11100000 | 1001000 | 1100 | 0 | 1000100 | 1100 | 1000110 | 1000111 | 111010 |
Color Harmonies of #C6E048
Complementary color
Monochromatic Colors of #C6E048
Black with #C6E048
Text Example
Text Example
White with #C6E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E048; }
p { color: rgb(198,224,72); }
H1.HeaderClassName
{
color: #C6E048;
}
.AnyTagClassName
{
color: #C6E048;
}
</style>
background-color css
<style>
a { background-color: #C6E048; }
a { background-color: rgb(198,224,72); }
div.DivClassName
{
background-color: #C6E048;
}
.BgClassName
{
background-color: #C6E048;
}
</style>
border-color css
<style>
span { border-color: #C6E048; }
span { border-color: rgb(198,224,72); }
td.TdClassName
{
border-color: #C6E048;
}
.TagClassName
{
border-color: #C6E048;
}
</style>