Shades of Las Palmas #C1E72C
Tints of Las Palmas #C1E72C
RGB
CMYK
RGB Variations
Color information
#C1E72C (or 0xC1E72C) is known color: Las Palmas. HEX triplet: C1, E7 and 2C. RGB value is (193,231,44). Sum of RGB (Red+Green+Blue) = 193+231+44=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #C1E72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C1E72C is #3E18D3. Grayscale: #C7C7C7. Windows color (decimal): -4069588 or 2942913. OLE color: 2942913.
HSL color Cylindrical-coordinate representation of color #C1E72C: hue angle of 72.19º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C1E72C is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 231 | 44 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.09 |
| HSL | 72.19º | 0.8% | 0.54% | - |
| HSV(B) | 72.19º | 0.81% | 0.91% | - |
| XYZ | 51.02 | 68.67 | 12.95 | - |
| YUV | 198.32 | 40.91 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 231 | 44 | 0.16 | 0 | 0.81 | 0.09 | 72.19 | 0.8 | 0.54 |
| Hex | C1 | E7 | 2C | 10 | 0 | 51 | 9 | 48 | 50 | 36 |
| Octal | 301 | 347 | 54 | 20 | 0 | 121 | 11 | 110 | 120 | 66 |
| Binary | 11000001 | 11100111 | 101100 | 10000 | 0 | 1010001 | 1001 | 1001000 | 1010000 | 110110 |
Color Harmonies of #C1E72C
Complementary color
Monochromatic Colors of #C1E72C
Black with #C1E72C
Text Example
Text Example
White with #C1E72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E72C; }
p { color: rgb(193,231,44); }
H1.HeaderClassName
{
color: #C1E72C;
}
.AnyTagClassName
{
color: #C1E72C;
}
</style>
background-color css
<style>
a { background-color: #C1E72C; }
a { background-color: rgb(193,231,44); }
div.DivClassName
{
background-color: #C1E72C;
}
.BgClassName
{
background-color: #C1E72C;
}
</style>
border-color css
<style>
span { border-color: #C1E72C; }
span { border-color: rgb(193,231,44); }
td.TdClassName
{
border-color: #C1E72C;
}
.TagClassName
{
border-color: #C1E72C;
}
</style>