Shades of Las Palmas #C5E83B
Tints of Las Palmas #C5E83B
RGB
CMYK
RGB Variations
Color information
#C5E83B (or 0xC5E83B) is known color: Las Palmas. HEX triplet: C5, E8 and 3B. RGB value is (197,232,59). Sum of RGB (Red+Green+Blue) = 197+232+59=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 59 (23.44% from 255 or 12.09% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E83B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E83B is #3A17C4. Grayscale: #CACACA. Windows color (decimal): -3807173 or 3926213. OLE color: 3926213.
HSL color Cylindrical-coordinate representation of color #C5E83B: hue angle of 72.14º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5E83B is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 59 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.09 |
| HSL | 72.14º | 0.79% | 0.57% | - |
| HSV(B) | 72.14º | 0.75% | 0.91% | - |
| XYZ | 52.67 | 69.9 | 14.85 | - |
| YUV | 201.81 | 47.4 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 59 | 0.15 | 0 | 0.75 | 0.09 | 72.14 | 0.79 | 0.57 |
| Hex | C5 | E8 | 3B | F | 0 | 4B | 9 | 48 | 4F | 39 |
| Octal | 305 | 350 | 73 | 17 | 0 | 113 | 11 | 110 | 117 | 71 |
| Binary | 11000101 | 11101000 | 111011 | 1111 | 0 | 1001011 | 1001 | 1001000 | 1001111 | 111001 |
Color Harmonies of #C5E83B
Complementary color
Monochromatic Colors of #C5E83B
Black with #C5E83B
Text Example
Text Example
White with #C5E83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E83B; }
p { color: rgb(197,232,59); }
H1.HeaderClassName
{
color: #C5E83B;
}
.AnyTagClassName
{
color: #C5E83B;
}
</style>
background-color css
<style>
a { background-color: #C5E83B; }
a { background-color: rgb(197,232,59); }
div.DivClassName
{
background-color: #C5E83B;
}
.BgClassName
{
background-color: #C5E83B;
}
</style>
border-color css
<style>
span { border-color: #C5E83B; }
span { border-color: rgb(197,232,59); }
td.TdClassName
{
border-color: #C5E83B;
}
.TagClassName
{
border-color: #C5E83B;
}
</style>