Shades of Las Palmas #C6F244
Tints of Las Palmas #C6F244
RGB
CMYK
RGB Variations
Color information
#C6F244 (or 0xC6F244) is known color: Las Palmas. HEX triplet: C6, F2 and 44. RGB value is (198,242,68). Sum of RGB (Red+Green+Blue) = 198+242+68=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 68 (26.95% from 255 or 13.39% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F244 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6F244 is #390DBB. Grayscale: #D1D1D1. Windows color (decimal): -3739068 or 4518598. OLE color: 4518598.
HSL color Cylindrical-coordinate representation of color #C6F244: hue angle of 75.17º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6F244 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 68 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.05 |
| HSL | 75.17º | 0.87% | 0.61% | - |
| HSV(B) | 75.17º | 0.72% | 0.95% | - |
| XYZ | 56.08 | 75.93 | 17.17 | - |
| YUV | 209.01 | 48.42 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 68 | 0.18 | 0 | 0.72 | 0.05 | 75.17 | 0.87 | 0.61 |
| Hex | C6 | F2 | 44 | 12 | 0 | 48 | 5 | 4B | 57 | 3D |
| Octal | 306 | 362 | 104 | 22 | 0 | 110 | 5 | 113 | 127 | 75 |
| Binary | 11000110 | 11110010 | 1000100 | 10010 | 0 | 1001000 | 101 | 1001011 | 1010111 | 111101 |
Color Harmonies of #C6F244
Complementary color
Monochromatic Colors of #C6F244
Black with #C6F244
Text Example
Text Example
White with #C6F244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F244; }
p { color: rgb(198,242,68); }
H1.HeaderClassName
{
color: #C6F244;
}
.AnyTagClassName
{
color: #C6F244;
}
</style>
background-color css
<style>
a { background-color: #C6F244; }
a { background-color: rgb(198,242,68); }
div.DivClassName
{
background-color: #C6F244;
}
.BgClassName
{
background-color: #C6F244;
}
</style>
border-color css
<style>
span { border-color: #C6F244; }
span { border-color: rgb(198,242,68); }
td.TdClassName
{
border-color: #C6F244;
}
.TagClassName
{
border-color: #C6F244;
}
</style>