Shades of Las Palmas #C6DF2F
Tints of Las Palmas #C6DF2F
RGB
CMYK
RGB Variations
Color information
#C6DF2F (or 0xC6DF2F) is known color: Las Palmas. HEX triplet: C6, DF and 2F. RGB value is (198,223,47). Sum of RGB (Red+Green+Blue) = 198+223+47=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF2F is #3920D0. Grayscale: #C4C4C4. Windows color (decimal): -3743953 or 3137478. OLE color: 3137478.
HSL color Cylindrical-coordinate representation of color #C6DF2F: hue angle of 68.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6DF2F is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 47 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.13 |
| HSL | 68.52º | 0.73% | 0.53% | - |
| HSV(B) | 68.52º | 0.79% | 0.87% | - |
| XYZ | 50.19 | 64.99 | 12.59 | - |
| YUV | 195.46 | 44.22 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 47 | 0.11 | 0 | 0.79 | 0.13 | 68.52 | 0.73 | 0.53 |
| Hex | C6 | DF | 2F | B | 0 | 4F | D | 45 | 49 | 35 |
| Octal | 306 | 337 | 57 | 13 | 0 | 117 | 15 | 105 | 111 | 65 |
| Binary | 11000110 | 11011111 | 101111 | 1011 | 0 | 1001111 | 1101 | 1000101 | 1001001 | 110101 |
Color Harmonies of #C6DF2F
Complementary color
Monochromatic Colors of #C6DF2F
Black with #C6DF2F
Text Example
Text Example
White with #C6DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF2F; }
p { color: rgb(198,223,47); }
H1.HeaderClassName
{
color: #C6DF2F;
}
.AnyTagClassName
{
color: #C6DF2F;
}
</style>
background-color css
<style>
a { background-color: #C6DF2F; }
a { background-color: rgb(198,223,47); }
div.DivClassName
{
background-color: #C6DF2F;
}
.BgClassName
{
background-color: #C6DF2F;
}
</style>
border-color css
<style>
span { border-color: #C6DF2F; }
span { border-color: rgb(198,223,47); }
td.TdClassName
{
border-color: #C6DF2F;
}
.TagClassName
{
border-color: #C6DF2F;
}
</style>