Shades of Las Palmas #C6DA36
Tints of Las Palmas #C6DA36
RGB
CMYK
RGB Variations
Color information
#C6DA36 (or 0xC6DA36) is known color: Las Palmas. HEX triplet: C6, DA and 36. RGB value is (198,218,54). Sum of RGB (Red+Green+Blue) = 198+218+54=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DA36 is #3925C9. Grayscale: #C1C1C1. Windows color (decimal): -3745226 or 3594950. OLE color: 3594950.
HSL color Cylindrical-coordinate representation of color #C6DA36: hue angle of 67.32º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6DA36 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
RGB | 198 | 218 | 54 | - |
CMYK | 0.09 | 0 | 0.75 | 0.15 |
HSL | 67.32º | 0.69% | 0.53% | - |
HSV(B) | 67.32º | 0.75% | 0.85% | - |
XYZ | 49.03 | 62.41 | 12.95 | - |
YUV | 193.32 | 49.37 | 131.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 218 | 54 | 0.09 | 0 | 0.75 | 0.15 | 67.32 | 0.69 | 0.53 |
Hex | C6 | DA | 36 | 9 | 0 | 4B | F | 43 | 45 | 35 |
Octal | 306 | 332 | 66 | 11 | 0 | 113 | 17 | 103 | 105 | 65 |
Binary | 11000110 | 11011010 | 110110 | 1001 | 0 | 1001011 | 1111 | 1000011 | 1000101 | 110101 |
Color Harmonies of #C6DA36
Complementary color
Monochromatic Colors of #C6DA36
Black with #C6DA36
Text Example
Text Example
White with #C6DA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DA36; }
p { color: rgb(198,218,54); }
H1.HeaderClassName
{
color: #C6DA36;
}
.AnyTagClassName
{
color: #C6DA36;
}
</style>
background-color css
<style>
a { background-color: #C6DA36; }
a { background-color: rgb(198,218,54); }
div.DivClassName
{
background-color: #C6DA36;
}
.BgClassName
{
background-color: #C6DA36;
}
</style>
border-color css
<style>
span { border-color: #C6DA36; }
span { border-color: rgb(198,218,54); }
td.TdClassName
{
border-color: #C6DA36;
}
.TagClassName
{
border-color: #C6DA36;
}
</style>