Shades of Las Palmas #C0E038
Tints of Las Palmas #C0E038
RGB
CMYK
RGB Variations
Color information
#C0E038 (or 0xC0E038) is known color: Las Palmas. HEX triplet: C0, E0 and 38. RGB value is (192,224,56). Sum of RGB (Red+Green+Blue) = 192+224+56=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0E038 is #3F1FC7. Grayscale: #C3C3C3. Windows color (decimal): -4136904 or 3727552. OLE color: 3727552.
HSL color Cylindrical-coordinate representation of color #C0E038: hue angle of 71.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0E038 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 224 | 56 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.12 |
| HSL | 71.43º | 0.73% | 0.55% | - |
| HSV(B) | 71.43º | 0.75% | 0.88% | - |
| XYZ | 49.11 | 64.8 | 13.66 | - |
| YUV | 195.28 | 49.4 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 224 | 56 | 0.14 | 0 | 0.75 | 0.12 | 71.43 | 0.73 | 0.55 |
| Hex | C0 | E0 | 38 | E | 0 | 4B | C | 47 | 49 | 37 |
| Octal | 300 | 340 | 70 | 16 | 0 | 113 | 14 | 107 | 111 | 67 |
| Binary | 11000000 | 11100000 | 111000 | 1110 | 0 | 1001011 | 1100 | 1000111 | 1001001 | 110111 |
Color Harmonies of #C0E038
Complementary color
Monochromatic Colors of #C0E038
Black with #C0E038
Text Example
Text Example
White with #C0E038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E038; }
p { color: rgb(192,224,56); }
H1.HeaderClassName
{
color: #C0E038;
}
.AnyTagClassName
{
color: #C0E038;
}
</style>
background-color css
<style>
a { background-color: #C0E038; }
a { background-color: rgb(192,224,56); }
div.DivClassName
{
background-color: #C0E038;
}
.BgClassName
{
background-color: #C0E038;
}
</style>
border-color css
<style>
span { border-color: #C0E038; }
span { border-color: rgb(192,224,56); }
td.TdClassName
{
border-color: #C0E038;
}
.TagClassName
{
border-color: #C0E038;
}
</style>