Shades of Las Palmas #C6E54B
Tints of Las Palmas #C6E54B
RGB
CMYK
RGB Variations
Color information
#C6E54B (or 0xC6E54B) is known color: Las Palmas. HEX triplet: C6, E5 and 4B. RGB value is (198,229,75). Sum of RGB (Red+Green+Blue) = 198+229+75=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E54B is #391AB4. Grayscale: #CACACA. Windows color (decimal): -3742389 or 4974022. OLE color: 4974022.
HSL color Cylindrical-coordinate representation of color #C6E54B: hue angle of 72.08º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6E54B is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 75 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.10 |
| HSL | 72.08º | 0.75% | 0.6% | - |
| HSV(B) | 72.08º | 0.67% | 0.9% | - |
| XYZ | 52.58 | 68.55 | 17.12 | - |
| YUV | 202.18 | 56.23 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 75 | 0.14 | 0 | 0.67 | 0.10 | 72.08 | 0.75 | 0.6 |
| Hex | C6 | E5 | 4B | E | 0 | 43 | A | 48 | 4B | 3C |
| Octal | 306 | 345 | 113 | 16 | 0 | 103 | 12 | 110 | 113 | 74 |
| Binary | 11000110 | 11100101 | 1001011 | 1110 | 0 | 1000011 | 1010 | 1001000 | 1001011 | 111100 |
Color Harmonies of #C6E54B
Complementary color
Monochromatic Colors of #C6E54B
Black with #C6E54B
Text Example
Text Example
White with #C6E54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E54B; }
p { color: rgb(198,229,75); }
H1.HeaderClassName
{
color: #C6E54B;
}
.AnyTagClassName
{
color: #C6E54B;
}
</style>
background-color css
<style>
a { background-color: #C6E54B; }
a { background-color: rgb(198,229,75); }
div.DivClassName
{
background-color: #C6E54B;
}
.BgClassName
{
background-color: #C6E54B;
}
</style>
border-color css
<style>
span { border-color: #C6E54B; }
span { border-color: rgb(198,229,75); }
td.TdClassName
{
border-color: #C6E54B;
}
.TagClassName
{
border-color: #C6E54B;
}
</style>