Shades of Las Palmas #C5DE34
Tints of Las Palmas #C5DE34
RGB
CMYK
RGB Variations
Color information
#C5DE34 (or 0xC5DE34) is known color: Las Palmas. HEX triplet: C5, DE and 34. RGB value is (197,222,52). Sum of RGB (Red+Green+Blue) = 197+222+52=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5DE34 is #3A21CB. Grayscale: #C3C3C3. Windows color (decimal): -3809740 or 3464901. OLE color: 3464901.
HSL color Cylindrical-coordinate representation of color #C5DE34: hue angle of 68.82º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5DE34 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 52 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.13 |
| HSL | 68.82º | 0.72% | 0.54% | - |
| HSV(B) | 68.82º | 0.77% | 0.87% | - |
| XYZ | 49.77 | 64.36 | 13.05 | - |
| YUV | 195.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 52 | 0.11 | 0 | 0.77 | 0.13 | 68.82 | 0.72 | 0.54 |
| Hex | C5 | DE | 34 | B | 0 | 4D | D | 45 | 48 | 36 |
| Octal | 305 | 336 | 64 | 13 | 0 | 115 | 15 | 105 | 110 | 66 |
| Binary | 11000101 | 11011110 | 110100 | 1011 | 0 | 1001101 | 1101 | 1000101 | 1001000 | 110110 |
Color Harmonies of #C5DE34
Complementary color
Monochromatic Colors of #C5DE34
Black with #C5DE34
Text Example
Text Example
White with #C5DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DE34; }
p { color: rgb(197,222,52); }
H1.HeaderClassName
{
color: #C5DE34;
}
.AnyTagClassName
{
color: #C5DE34;
}
</style>
background-color css
<style>
a { background-color: #C5DE34; }
a { background-color: rgb(197,222,52); }
div.DivClassName
{
background-color: #C5DE34;
}
.BgClassName
{
background-color: #C5DE34;
}
</style>
border-color css
<style>
span { border-color: #C5DE34; }
span { border-color: rgb(197,222,52); }
td.TdClassName
{
border-color: #C5DE34;
}
.TagClassName
{
border-color: #C5DE34;
}
</style>