Shades of Las Palmas #C1E038
Tints of Las Palmas #C1E038
RGB
CMYK
RGB Variations
Color information
#C1E038 (or 0xC1E038) is known color: Las Palmas. HEX triplet: C1, E0 and 38. RGB value is (193,224,56). Sum of RGB (Red+Green+Blue) = 193+224+56=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E038 is #3E1FC7. Grayscale: #C4C4C4. Windows color (decimal): -4071368 or 3727553. OLE color: 3727553.
HSL color Cylindrical-coordinate representation of color #C1E038: hue angle of 71.07º 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 #C1E038 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 224 | 56 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.12 |
| HSL | 71.07º | 0.73% | 0.55% | - |
| HSV(B) | 71.07º | 0.75% | 0.88% | - |
| XYZ | 49.36 | 64.93 | 13.67 | - |
| YUV | 195.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 224 | 56 | 0.14 | 0 | 0.75 | 0.12 | 71.07 | 0.73 | 0.55 |
| Hex | C1 | E0 | 38 | E | 0 | 4B | C | 47 | 49 | 37 |
| Octal | 301 | 340 | 70 | 16 | 0 | 113 | 14 | 107 | 111 | 67 |
| Binary | 11000001 | 11100000 | 111000 | 1110 | 0 | 1001011 | 1100 | 1000111 | 1001001 | 110111 |
Color Harmonies of #C1E038
Complementary color
Monochromatic Colors of #C1E038
Black with #C1E038
Text Example
Text Example
White with #C1E038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E038; }
p { color: rgb(193,224,56); }
H1.HeaderClassName
{
color: #C1E038;
}
.AnyTagClassName
{
color: #C1E038;
}
</style>
background-color css
<style>
a { background-color: #C1E038; }
a { background-color: rgb(193,224,56); }
div.DivClassName
{
background-color: #C1E038;
}
.BgClassName
{
background-color: #C1E038;
}
</style>
border-color css
<style>
span { border-color: #C1E038; }
span { border-color: rgb(193,224,56); }
td.TdClassName
{
border-color: #C1E038;
}
.TagClassName
{
border-color: #C1E038;
}
</style>