Shades of Las Palmas #C5E83D
Tints of Las Palmas #C5E83D
RGB
CMYK
RGB Variations
Color information
#C5E83D (or 0xC5E83D) is known color: Las Palmas. HEX triplet: C5, E8 and 3D. RGB value is (197,232,61). Sum of RGB (Red+Green+Blue) = 197+232+61=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 232 (91.02% from 255 or 47.35% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 232 - color contains mainly: green. Hex color #C5E83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5E83D is #3A17C2. Grayscale: #CACACA. Windows color (decimal): -3807171 or 4057285. OLE color: 4057285.
HSL color Cylindrical-coordinate representation of color #C5E83D: hue angle of 72.28º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5E83D is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 232 | 61 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.09 |
| HSL | 72.28º | 0.79% | 0.57% | - |
| HSV(B) | 72.28º | 0.74% | 0.91% | - |
| XYZ | 52.72 | 69.92 | 15.13 | - |
| YUV | 202.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 232 | 61 | 0.15 | 0 | 0.74 | 0.09 | 72.28 | 0.79 | 0.57 |
| Hex | C5 | E8 | 3D | F | 0 | 4A | 9 | 48 | 4F | 39 |
| Octal | 305 | 350 | 75 | 17 | 0 | 112 | 11 | 110 | 117 | 71 |
| Binary | 11000101 | 11101000 | 111101 | 1111 | 0 | 1001010 | 1001 | 1001000 | 1001111 | 111001 |
Color Harmonies of #C5E83D
Complementary color
Monochromatic Colors of #C5E83D
Black with #C5E83D
Text Example
Text Example
White with #C5E83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E83D; }
p { color: rgb(197,232,61); }
H1.HeaderClassName
{
color: #C5E83D;
}
.AnyTagClassName
{
color: #C5E83D;
}
</style>
background-color css
<style>
a { background-color: #C5E83D; }
a { background-color: rgb(197,232,61); }
div.DivClassName
{
background-color: #C5E83D;
}
.BgClassName
{
background-color: #C5E83D;
}
</style>
border-color css
<style>
span { border-color: #C5E83D; }
span { border-color: rgb(197,232,61); }
td.TdClassName
{
border-color: #C5E83D;
}
.TagClassName
{
border-color: #C5E83D;
}
</style>