Shades of Las Palmas #C6E13C
Tints of Las Palmas #C6E13C
RGB
CMYK
RGB Variations
Color information
#C6E13C (or 0xC6E13C) is known color: Las Palmas. HEX triplet: C6, E1 and 3C. RGB value is (198,225,60). Sum of RGB (Red+Green+Blue) = 198+225+60=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 225 - color contains mainly: green. Hex color #C6E13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E13C is #391EC3. Grayscale: #C6C6C6. Windows color (decimal): -3743428 or 3989958. OLE color: 3989958.
HSL color Cylindrical-coordinate representation of color #C6E13C: hue angle of 69.82º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6E13C is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 225 | 60 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.12 |
| HSL | 69.82º | 0.73% | 0.56% | - |
| HSV(B) | 69.82º | 0.73% | 0.88% | - |
| XYZ | 51.03 | 66.18 | 14.36 | - |
| YUV | 198.12 | 50.05 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 225 | 60 | 0.12 | 0 | 0.73 | 0.12 | 69.82 | 0.73 | 0.56 |
| Hex | C6 | E1 | 3C | C | 0 | 49 | C | 46 | 49 | 38 |
| Octal | 306 | 341 | 74 | 14 | 0 | 111 | 14 | 106 | 111 | 70 |
| Binary | 11000110 | 11100001 | 111100 | 1100 | 0 | 1001001 | 1100 | 1000110 | 1001001 | 111000 |
Color Harmonies of #C6E13C
Complementary color
Monochromatic Colors of #C6E13C
Black with #C6E13C
Text Example
Text Example
White with #C6E13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E13C; }
p { color: rgb(198,225,60); }
H1.HeaderClassName
{
color: #C6E13C;
}
.AnyTagClassName
{
color: #C6E13C;
}
</style>
background-color css
<style>
a { background-color: #C6E13C; }
a { background-color: rgb(198,225,60); }
div.DivClassName
{
background-color: #C6E13C;
}
.BgClassName
{
background-color: #C6E13C;
}
</style>
border-color css
<style>
span { border-color: #C6E13C; }
span { border-color: rgb(198,225,60); }
td.TdClassName
{
border-color: #C6E13C;
}
.TagClassName
{
border-color: #C6E13C;
}
</style>