Shades of Las Palmas #C8E23A
Tints of Las Palmas #C8E23A
RGB
CMYK
RGB Variations
Color information
#C8E23A (or 0xC8E23A) is known color: Las Palmas. HEX triplet: C8, E2 and 3A. RGB value is (200,226,58). Sum of RGB (Red+Green+Blue) = 200+226+58=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 58 (23.05% from 255 or 11.98% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #C8E23A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E23A is #371DC5. Grayscale: #C7C7C7. Windows color (decimal): -3612102 or 3859144. OLE color: 3859144.
HSL color Cylindrical-coordinate representation of color #C8E23A: hue angle of 69.29º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8E23A is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 226 | 58 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.11 |
| HSL | 69.29º | 0.74% | 0.56% | - |
| HSV(B) | 69.29º | 0.74% | 0.89% | - |
| XYZ | 51.78 | 66.98 | 14.2 | - |
| YUV | 199.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 226 | 58 | 0.12 | 0 | 0.74 | 0.11 | 69.29 | 0.74 | 0.56 |
| Hex | C8 | E2 | 3A | C | 0 | 4A | B | 45 | 4A | 38 |
| Octal | 310 | 342 | 72 | 14 | 0 | 112 | 13 | 105 | 112 | 70 |
| Binary | 11001000 | 11100010 | 111010 | 1100 | 0 | 1001010 | 1011 | 1000101 | 1001010 | 111000 |
Color Harmonies of #C8E23A
Complementary color
Monochromatic Colors of #C8E23A
Black with #C8E23A
Text Example
Text Example
White with #C8E23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E23A; }
p { color: rgb(200,226,58); }
H1.HeaderClassName
{
color: #C8E23A;
}
.AnyTagClassName
{
color: #C8E23A;
}
</style>
background-color css
<style>
a { background-color: #C8E23A; }
a { background-color: rgb(200,226,58); }
div.DivClassName
{
background-color: #C8E23A;
}
.BgClassName
{
background-color: #C8E23A;
}
</style>
border-color css
<style>
span { border-color: #C8E23A; }
span { border-color: rgb(200,226,58); }
td.TdClassName
{
border-color: #C8E23A;
}
.TagClassName
{
border-color: #C8E23A;
}
</style>