Shades of Las Palmas #C6DF31
Tints of Las Palmas #C6DF31
RGB
CMYK
RGB Variations
Color information
#C6DF31 (or 0xC6DF31) is known color: Las Palmas. HEX triplet: C6, DF and 31. RGB value is (198,223,49). Sum of RGB (Red+Green+Blue) = 198+223+49=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #C6DF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6DF31 is #3920CE. Grayscale: #C4C4C4. Windows color (decimal): -3743951 or 3268550. OLE color: 3268550.
HSL color Cylindrical-coordinate representation of color #C6DF31: hue angle of 68.62º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6DF31 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 223 | 49 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.13 |
| HSL | 68.62º | 0.73% | 0.53% | - |
| HSV(B) | 68.62º | 0.78% | 0.87% | - |
| XYZ | 50.23 | 65 | 12.81 | - |
| YUV | 195.69 | 45.22 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 223 | 49 | 0.11 | 0 | 0.78 | 0.13 | 68.62 | 0.73 | 0.53 |
| Hex | C6 | DF | 31 | B | 0 | 4E | D | 45 | 49 | 35 |
| Octal | 306 | 337 | 61 | 13 | 0 | 116 | 15 | 105 | 111 | 65 |
| Binary | 11000110 | 11011111 | 110001 | 1011 | 0 | 1001110 | 1101 | 1000101 | 1001001 | 110101 |
Color Harmonies of #C6DF31
Complementary color
Monochromatic Colors of #C6DF31
Black with #C6DF31
Text Example
Text Example
White with #C6DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6DF31; }
p { color: rgb(198,223,49); }
H1.HeaderClassName
{
color: #C6DF31;
}
.AnyTagClassName
{
color: #C6DF31;
}
</style>
background-color css
<style>
a { background-color: #C6DF31; }
a { background-color: rgb(198,223,49); }
div.DivClassName
{
background-color: #C6DF31;
}
.BgClassName
{
background-color: #C6DF31;
}
</style>
border-color css
<style>
span { border-color: #C6DF31; }
span { border-color: rgb(198,223,49); }
td.TdClassName
{
border-color: #C6DF31;
}
.TagClassName
{
border-color: #C6DF31;
}
</style>