Shades of Las Palmas #C6E63A
Tints of Las Palmas #C6E63A
RGB
CMYK
RGB Variations
Color information
#C6E63A (or 0xC6E63A) is known color: Las Palmas. HEX triplet: C6, E6 and 3A. RGB value is (198,230,58). Sum of RGB (Red+Green+Blue) = 198+230+58=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 58 (23.05% from 255 or 11.93% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6E63A is #3919C5. Grayscale: #C9C9C9. Windows color (decimal): -3742150 or 3860166. OLE color: 3860166.
HSL color Cylindrical-coordinate representation of color #C6E63A: hue angle of 71.16º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6E63A is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 230 | 58 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.10 |
| HSL | 71.16º | 0.77% | 0.56% | - |
| HSV(B) | 71.16º | 0.75% | 0.9% | - |
| XYZ | 52.35 | 68.9 | 14.54 | - |
| YUV | 200.82 | 47.4 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 230 | 58 | 0.14 | 0 | 0.75 | 0.10 | 71.16 | 0.77 | 0.56 |
| Hex | C6 | E6 | 3A | E | 0 | 4B | A | 47 | 4D | 38 |
| Octal | 306 | 346 | 72 | 16 | 0 | 113 | 12 | 107 | 115 | 70 |
| Binary | 11000110 | 11100110 | 111010 | 1110 | 0 | 1001011 | 1010 | 1000111 | 1001101 | 111000 |
Color Harmonies of #C6E63A
Complementary color
Monochromatic Colors of #C6E63A
Black with #C6E63A
Text Example
Text Example
White with #C6E63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E63A; }
p { color: rgb(198,230,58); }
H1.HeaderClassName
{
color: #C6E63A;
}
.AnyTagClassName
{
color: #C6E63A;
}
</style>
background-color css
<style>
a { background-color: #C6E63A; }
a { background-color: rgb(198,230,58); }
div.DivClassName
{
background-color: #C6E63A;
}
.BgClassName
{
background-color: #C6E63A;
}
</style>
border-color css
<style>
span { border-color: #C6E63A; }
span { border-color: rgb(198,230,58); }
td.TdClassName
{
border-color: #C6E63A;
}
.TagClassName
{
border-color: #C6E63A;
}
</style>