Shades of Las Palmas #C6DF45
Tints of Las Palmas #C6DF45
RGB
CMYK
RGB Variations
Color information
#C6DF45 (or 0xC6DF45) is known color: Las Palmas. HEX triplet: C6, DF and 45. RGB value is (198,223,69). Sum of RGB (Red+Green+Blue) = 198+223+69=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF45 is #3920BA. Grayscale: #C6C6C6. Windows color (decimal): -3743931 or 4579270. OLE color: 4579270.
HSL color Cylindrical-coordinate representation of color #C6DF45: hue angle of 69.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6DF45 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 69 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.13 |
| HSL | 69.74º | 0.71% | 0.57% | - |
| HSV(B) | 69.74º | 0.69% | 0.87% | - |
| XYZ | 50.75 | 65.21 | 15.54 | - |
| YUV | 197.97 | 55.22 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 69 | 0.11 | 0 | 0.69 | 0.13 | 69.74 | 0.71 | 0.57 |
| Hex | C6 | DF | 45 | B | 0 | 45 | D | 46 | 47 | 39 |
| Octal | 306 | 337 | 105 | 13 | 0 | 105 | 15 | 106 | 107 | 71 |
| Binary | 11000110 | 11011111 | 1000101 | 1011 | 0 | 1000101 | 1101 | 1000110 | 1000111 | 111001 |
Color Harmonies of #C6DF45
Complementary color
Monochromatic Colors of #C6DF45
Black with #C6DF45
Text Example
Text Example
White with #C6DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF45; }
p { color: rgb(198,223,69); }
H1.HeaderClassName
{
color: #C6DF45;
}
.AnyTagClassName
{
color: #C6DF45;
}
</style>
background-color css
<style>
a { background-color: #C6DF45; }
a { background-color: rgb(198,223,69); }
div.DivClassName
{
background-color: #C6DF45;
}
.BgClassName
{
background-color: #C6DF45;
}
</style>
border-color css
<style>
span { border-color: #C6DF45; }
span { border-color: rgb(198,223,69); }
td.TdClassName
{
border-color: #C6DF45;
}
.TagClassName
{
border-color: #C6DF45;
}
</style>