Shades of Las Palmas #C6F445
Tints of Las Palmas #C6F445
RGB
CMYK
RGB Variations
Color information
#C6F445 (or 0xC6F445) is known color: Las Palmas. HEX triplet: C6, F4 and 45. RGB value is (198,244,69). Sum of RGB (Red+Green+Blue) = 198+244+69=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F445 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F445 is #390BBA. Grayscale: #D2D2D2. Windows color (decimal): -3738555 or 4584646. OLE color: 4584646.
HSL color Cylindrical-coordinate representation of color #C6F445: hue angle of 75.77º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6F445 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 244 | 69 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.04 |
| HSL | 75.77º | 0.89% | 0.61% | - |
| HSV(B) | 75.77º | 0.72% | 0.96% | - |
| XYZ | 56.71 | 77.14 | 17.53 | - |
| YUV | 210.3 | 48.26 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 244 | 69 | 0.19 | 0 | 0.72 | 0.04 | 75.77 | 0.89 | 0.61 |
| Hex | C6 | F4 | 45 | 13 | 0 | 48 | 4 | 4C | 59 | 3D |
| Octal | 306 | 364 | 105 | 23 | 0 | 110 | 4 | 114 | 131 | 75 |
| Binary | 11000110 | 11110100 | 1000101 | 10011 | 0 | 1001000 | 100 | 1001100 | 1011001 | 111101 |
Color Harmonies of #C6F445
Complementary color
Monochromatic Colors of #C6F445
Black with #C6F445
Text Example
Text Example
White with #C6F445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F445; }
p { color: rgb(198,244,69); }
H1.HeaderClassName
{
color: #C6F445;
}
.AnyTagClassName
{
color: #C6F445;
}
</style>
background-color css
<style>
a { background-color: #C6F445; }
a { background-color: rgb(198,244,69); }
div.DivClassName
{
background-color: #C6F445;
}
.BgClassName
{
background-color: #C6F445;
}
</style>
border-color css
<style>
span { border-color: #C6F445; }
span { border-color: rgb(198,244,69); }
td.TdClassName
{
border-color: #C6F445;
}
.TagClassName
{
border-color: #C6F445;
}
</style>