Shades of Las Palmas #C6E03F
Tints of Las Palmas #C6E03F
RGB
CMYK
RGB Variations
Color information
#C6E03F (or 0xC6E03F) is known color: Las Palmas. HEX triplet: C6, E0 and 3F. RGB value is (198,224,63). Sum of RGB (Red+Green+Blue) = 198+224+63=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6E03F is #391FC0. Grayscale: #C6C6C6. Windows color (decimal): -3743681 or 4186310. OLE color: 4186310.
HSL color Cylindrical-coordinate representation of color #C6E03F: hue angle of 69.69º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6E03F is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 63 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.12 |
| HSL | 69.69º | 0.72% | 0.56% | - |
| HSV(B) | 69.69º | 0.72% | 0.88% | - |
| XYZ | 50.84 | 65.68 | 14.7 | - |
| YUV | 197.87 | 51.89 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 63 | 0.12 | 0 | 0.72 | 0.12 | 69.69 | 0.72 | 0.56 |
| Hex | C6 | E0 | 3F | C | 0 | 48 | C | 46 | 48 | 38 |
| Octal | 306 | 340 | 77 | 14 | 0 | 110 | 14 | 106 | 110 | 70 |
| Binary | 11000110 | 11100000 | 111111 | 1100 | 0 | 1001000 | 1100 | 1000110 | 1001000 | 111000 |
Color Harmonies of #C6E03F
Complementary color
Monochromatic Colors of #C6E03F
Black with #C6E03F
Text Example
Text Example
White with #C6E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E03F; }
p { color: rgb(198,224,63); }
H1.HeaderClassName
{
color: #C6E03F;
}
.AnyTagClassName
{
color: #C6E03F;
}
</style>
background-color css
<style>
a { background-color: #C6E03F; }
a { background-color: rgb(198,224,63); }
div.DivClassName
{
background-color: #C6E03F;
}
.BgClassName
{
background-color: #C6E03F;
}
</style>
border-color css
<style>
span { border-color: #C6E03F; }
span { border-color: rgb(198,224,63); }
td.TdClassName
{
border-color: #C6E03F;
}
.TagClassName
{
border-color: #C6E03F;
}
</style>