Shades of Las Palmas #C8E63A
Tints of Las Palmas #C8E63A
RGB
CMYK
RGB Variations
Color information
#C8E63A (or 0xC8E63A) is known color: Las Palmas. HEX triplet: C8, E6 and 3A. RGB value is (200,230,58). Sum of RGB (Red+Green+Blue) = 200+230+58=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 58 (23.05% from 255 or 11.89% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8E63A is #3719C5. Grayscale: #CACACA. Windows color (decimal): -3611078 or 3860168. OLE color: 3860168.
HSL color Cylindrical-coordinate representation of color #C8E63A: hue angle of 70.47º 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 #C8E63A is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 230 | 58 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.10 |
| HSL | 70.47º | 0.77% | 0.56% | - |
| HSV(B) | 70.47º | 0.75% | 0.9% | - |
| XYZ | 52.88 | 69.18 | 14.57 | - |
| YUV | 201.42 | 47.06 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 230 | 58 | 0.13 | 0 | 0.75 | 0.10 | 70.47 | 0.77 | 0.56 |
| Hex | C8 | E6 | 3A | D | 0 | 4B | A | 46 | 4D | 38 |
| Octal | 310 | 346 | 72 | 15 | 0 | 113 | 12 | 106 | 115 | 70 |
| Binary | 11001000 | 11100110 | 111010 | 1101 | 0 | 1001011 | 1010 | 1000110 | 1001101 | 111000 |
Color Harmonies of #C8E63A
Complementary color
Monochromatic Colors of #C8E63A
Black with #C8E63A
Text Example
Text Example
White with #C8E63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E63A; }
p { color: rgb(200,230,58); }
H1.HeaderClassName
{
color: #C8E63A;
}
.AnyTagClassName
{
color: #C8E63A;
}
</style>
background-color css
<style>
a { background-color: #C8E63A; }
a { background-color: rgb(200,230,58); }
div.DivClassName
{
background-color: #C8E63A;
}
.BgClassName
{
background-color: #C8E63A;
}
</style>
border-color css
<style>
span { border-color: #C8E63A; }
span { border-color: rgb(200,230,58); }
td.TdClassName
{
border-color: #C8E63A;
}
.TagClassName
{
border-color: #C8E63A;
}
</style>