Shades of Las Palmas #C8E048
Tints of Las Palmas #C8E048
RGB
CMYK
RGB Variations
Color information
#C8E048 (or 0xC8E048) is known color: Las Palmas. HEX triplet: C8, E0 and 48. RGB value is (200,224,72). Sum of RGB (Red+Green+Blue) = 200+224+72=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 72 (28.52% from 255 or 14.52% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8E048 is #371FB7. Grayscale: #C8C8C8. Windows color (decimal): -3612600 or 4776136. OLE color: 4776136.
HSL color Cylindrical-coordinate representation of color #C8E048: hue angle of 69.47º 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 #C8E048 is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 72 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.12 |
| HSL | 69.47º | 0.71% | 0.58% | - |
| HSV(B) | 69.47º | 0.68% | 0.88% | - |
| XYZ | 51.64 | 66.06 | 16.16 | - |
| YUV | 199.5 | 56.05 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 72 | 0.11 | 0 | 0.68 | 0.12 | 69.47 | 0.71 | 0.58 |
| Hex | C8 | E0 | 48 | B | 0 | 44 | C | 45 | 47 | 3A |
| Octal | 310 | 340 | 110 | 13 | 0 | 104 | 14 | 105 | 107 | 72 |
| Binary | 11001000 | 11100000 | 1001000 | 1011 | 0 | 1000100 | 1100 | 1000101 | 1000111 | 111010 |
Color Harmonies of #C8E048
Complementary color
Monochromatic Colors of #C8E048
Black with #C8E048
Text Example
Text Example
White with #C8E048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E048; }
p { color: rgb(200,224,72); }
H1.HeaderClassName
{
color: #C8E048;
}
.AnyTagClassName
{
color: #C8E048;
}
</style>
background-color css
<style>
a { background-color: #C8E048; }
a { background-color: rgb(200,224,72); }
div.DivClassName
{
background-color: #C8E048;
}
.BgClassName
{
background-color: #C8E048;
}
</style>
border-color css
<style>
span { border-color: #C8E048; }
span { border-color: rgb(200,224,72); }
td.TdClassName
{
border-color: #C8E048;
}
.TagClassName
{
border-color: #C8E048;
}
</style>