Shades of Las Palmas #C6F040
Tints of Las Palmas #C6F040
RGB
CMYK
RGB Variations
Color information
#C6F040 (or 0xC6F040) is known color: Las Palmas. HEX triplet: C6, F0 and 40. RGB value is (198,240,64). Sum of RGB (Red+Green+Blue) = 198+240+64=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F040 is #390FBF. Grayscale: #D0D0D0. Windows color (decimal): -3739584 or 4255942. OLE color: 4255942.
HSL color Cylindrical-coordinate representation of color #C6F040: hue angle of 74.32º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6F040 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 240 | 64 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.06 |
| HSL | 74.32º | 0.85% | 0.6% | - |
| HSV(B) | 74.32º | 0.73% | 0.94% | - |
| XYZ | 55.37 | 74.7 | 16.35 | - |
| YUV | 207.38 | 47.09 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 240 | 64 | 0.18 | 0 | 0.73 | 0.06 | 74.32 | 0.85 | 0.6 |
| Hex | C6 | F0 | 40 | 12 | 0 | 49 | 6 | 4A | 55 | 3C |
| Octal | 306 | 360 | 100 | 22 | 0 | 111 | 6 | 112 | 125 | 74 |
| Binary | 11000110 | 11110000 | 1000000 | 10010 | 0 | 1001001 | 110 | 1001010 | 1010101 | 111100 |
Color Harmonies of #C6F040
Complementary color
Monochromatic Colors of #C6F040
Black with #C6F040
Text Example
Text Example
White with #C6F040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F040; }
p { color: rgb(198,240,64); }
H1.HeaderClassName
{
color: #C6F040;
}
.AnyTagClassName
{
color: #C6F040;
}
</style>
background-color css
<style>
a { background-color: #C6F040; }
a { background-color: rgb(198,240,64); }
div.DivClassName
{
background-color: #C6F040;
}
.BgClassName
{
background-color: #C6F040;
}
</style>
border-color css
<style>
span { border-color: #C6F040; }
span { border-color: rgb(198,240,64); }
td.TdClassName
{
border-color: #C6F040;
}
.TagClassName
{
border-color: #C6F040;
}
</style>