Shades of Las Palmas #C5E73E
Tints of Las Palmas #C5E73E
RGB
CMYK
RGB Variations
Color information
#C5E73E (or 0xC5E73E) is known color: Las Palmas. HEX triplet: C5, E7 and 3E. RGB value is (197,231,62). Sum of RGB (Red+Green+Blue) = 197+231+62=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 62 (24.61% from 255 or 12.65% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E73E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E73E is #3A18C1. Grayscale: #CACACA. Windows color (decimal): -3807426 or 4122565. OLE color: 4122565.
HSL color Cylindrical-coordinate representation of color #C5E73E: hue angle of 72.07º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5E73E is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 62 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.09 |
| HSL | 72.07º | 0.78% | 0.57% | - |
| HSV(B) | 72.07º | 0.73% | 0.91% | - |
| XYZ | 52.47 | 69.37 | 15.18 | - |
| YUV | 201.57 | 49.24 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 62 | 0.15 | 0 | 0.73 | 0.09 | 72.07 | 0.78 | 0.57 |
| Hex | C5 | E7 | 3E | F | 0 | 49 | 9 | 48 | 4E | 39 |
| Octal | 305 | 347 | 76 | 17 | 0 | 111 | 11 | 110 | 116 | 71 |
| Binary | 11000101 | 11100111 | 111110 | 1111 | 0 | 1001001 | 1001 | 1001000 | 1001110 | 111001 |
Color Harmonies of #C5E73E
Complementary color
Monochromatic Colors of #C5E73E
Black with #C5E73E
Text Example
Text Example
White with #C5E73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E73E; }
p { color: rgb(197,231,62); }
H1.HeaderClassName
{
color: #C5E73E;
}
.AnyTagClassName
{
color: #C5E73E;
}
</style>
background-color css
<style>
a { background-color: #C5E73E; }
a { background-color: rgb(197,231,62); }
div.DivClassName
{
background-color: #C5E73E;
}
.BgClassName
{
background-color: #C5E73E;
}
</style>
border-color css
<style>
span { border-color: #C5E73E; }
span { border-color: rgb(197,231,62); }
td.TdClassName
{
border-color: #C5E73E;
}
.TagClassName
{
border-color: #C5E73E;
}
</style>