Shades of Las Palmas #C6F142
Tints of Las Palmas #C6F142
RGB
CMYK
RGB Variations
Color information
#C6F142 (or 0xC6F142) is known color: Las Palmas. HEX triplet: C6, F1 and 42. RGB value is (198,241,66). Sum of RGB (Red+Green+Blue) = 198+241+66=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #C6F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F142 is #390EBD. Grayscale: #D0D0D0. Windows color (decimal): -3739326 or 4387270. OLE color: 4387270.
HSL color Cylindrical-coordinate representation of color #C6F142: hue angle of 74.74º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6F142 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 241 | 66 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.05 |
| HSL | 74.74º | 0.86% | 0.6% | - |
| HSV(B) | 74.74º | 0.73% | 0.95% | - |
| XYZ | 55.73 | 75.31 | 16.75 | - |
| YUV | 208.19 | 47.75 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 66 | 0.18 | 0 | 0.73 | 0.05 | 74.74 | 0.86 | 0.6 |
| Hex | C6 | F1 | 42 | 12 | 0 | 49 | 5 | 4B | 56 | 3C |
| Octal | 306 | 361 | 102 | 22 | 0 | 111 | 5 | 113 | 126 | 74 |
| Binary | 11000110 | 11110001 | 1000010 | 10010 | 0 | 1001001 | 101 | 1001011 | 1010110 | 111100 |
Color Harmonies of #C6F142
Complementary color
Monochromatic Colors of #C6F142
Black with #C6F142
Text Example
Text Example
White with #C6F142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F142; }
p { color: rgb(198,241,66); }
H1.HeaderClassName
{
color: #C6F142;
}
.AnyTagClassName
{
color: #C6F142;
}
</style>
background-color css
<style>
a { background-color: #C6F142; }
a { background-color: rgb(198,241,66); }
div.DivClassName
{
background-color: #C6F142;
}
.BgClassName
{
background-color: #C6F142;
}
</style>
border-color css
<style>
span { border-color: #C6F142; }
span { border-color: rgb(198,241,66); }
td.TdClassName
{
border-color: #C6F142;
}
.TagClassName
{
border-color: #C6F142;
}
</style>