Shades of Las Palmas #C6D83A
Tints of Las Palmas #C6D83A
RGB
CMYK
RGB Variations
Color information
#C6D83A (or 0xC6D83A) is known color: Las Palmas. HEX triplet: C6, D8 and 3A. RGB value is (198,216,58). Sum of RGB (Red+Green+Blue) = 198+216+58=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 58 (23.05% from 255 or 12.29% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D83A is #3927C5. Grayscale: #C1C1C1. Windows color (decimal): -3745734 or 3856582. OLE color: 3856582.
HSL color Cylindrical-coordinate representation of color #C6D83A: hue angle of 66.84º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6D83A is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 58 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.15 |
| HSL | 66.84º | 0.67% | 0.54% | - |
| HSV(B) | 66.84º | 0.73% | 0.85% | - |
| XYZ | 48.61 | 61.42 | 13.3 | - |
| YUV | 192.61 | 52.04 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 58 | 0.08 | 0 | 0.73 | 0.15 | 66.84 | 0.67 | 0.54 |
| Hex | C6 | D8 | 3A | 8 | 0 | 49 | F | 43 | 43 | 36 |
| Octal | 306 | 330 | 72 | 10 | 0 | 111 | 17 | 103 | 103 | 66 |
| Binary | 11000110 | 11011000 | 111010 | 1000 | 0 | 1001001 | 1111 | 1000011 | 1000011 | 110110 |
Color Harmonies of #C6D83A
Complementary color
Monochromatic Colors of #C6D83A
Black with #C6D83A
Text Example
Text Example
White with #C6D83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D83A; }
p { color: rgb(198,216,58); }
H1.HeaderClassName
{
color: #C6D83A;
}
.AnyTagClassName
{
color: #C6D83A;
}
</style>
background-color css
<style>
a { background-color: #C6D83A; }
a { background-color: rgb(198,216,58); }
div.DivClassName
{
background-color: #C6D83A;
}
.BgClassName
{
background-color: #C6D83A;
}
</style>
border-color css
<style>
span { border-color: #C6D83A; }
span { border-color: rgb(198,216,58); }
td.TdClassName
{
border-color: #C6D83A;
}
.TagClassName
{
border-color: #C6D83A;
}
</style>