Shades of Las Palmas #C6E533
Tints of Las Palmas #C6E533
RGB
CMYK
RGB Variations
Color information
#C6E533 (or 0xC6E533) is known color: Las Palmas. HEX triplet: C6, E5 and 33. RGB value is (198,229,51). Sum of RGB (Red+Green+Blue) = 198+229+51=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 51 (20.31% from 255 or 10.67% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #C6E533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E533 is #391ACC. Grayscale: #C8C8C8. Windows color (decimal): -3742413 or 3401158. OLE color: 3401158.
HSL color Cylindrical-coordinate representation of color #C6E533: hue angle of 70.45º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6E533 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 229 | 51 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.10 |
| HSL | 70.45º | 0.77% | 0.55% | - |
| HSV(B) | 70.45º | 0.78% | 0.9% | - |
| XYZ | 51.91 | 68.28 | 13.58 | - |
| YUV | 199.44 | 44.23 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 229 | 51 | 0.14 | 0 | 0.78 | 0.10 | 70.45 | 0.77 | 0.55 |
| Hex | C6 | E5 | 33 | E | 0 | 4E | A | 46 | 4D | 37 |
| Octal | 306 | 345 | 63 | 16 | 0 | 116 | 12 | 106 | 115 | 67 |
| Binary | 11000110 | 11100101 | 110011 | 1110 | 0 | 1001110 | 1010 | 1000110 | 1001101 | 110111 |
Color Harmonies of #C6E533
Complementary color
Monochromatic Colors of #C6E533
Black with #C6E533
Text Example
Text Example
White with #C6E533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E533; }
p { color: rgb(198,229,51); }
H1.HeaderClassName
{
color: #C6E533;
}
.AnyTagClassName
{
color: #C6E533;
}
</style>
background-color css
<style>
a { background-color: #C6E533; }
a { background-color: rgb(198,229,51); }
div.DivClassName
{
background-color: #C6E533;
}
.BgClassName
{
background-color: #C6E533;
}
</style>
border-color css
<style>
span { border-color: #C6E533; }
span { border-color: rgb(198,229,51); }
td.TdClassName
{
border-color: #C6E533;
}
.TagClassName
{
border-color: #C6E533;
}
</style>