Shades of Las Palmas #C1DF46
Tints of Las Palmas #C1DF46
RGB
CMYK
RGB Variations
Color information
#C1DF46 (or 0xC1DF46) is known color: Las Palmas. HEX triplet: C1, DF and 46. RGB value is (193,223,70). Sum of RGB (Red+Green+Blue) = 193+223+70=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF46 is #3E20B9. Grayscale: #C5C5C5. Windows color (decimal): -4071610 or 4644801. OLE color: 4644801.
HSL color Cylindrical-coordinate representation of color #C1DF46: hue angle of 71.76º 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 #C1DF46 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 70 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.13 |
| HSL | 71.76º | 0.71% | 0.57% | - |
| HSV(B) | 71.76º | 0.69% | 0.87% | - |
| XYZ | 49.49 | 64.56 | 15.65 | - |
| YUV | 196.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 70 | 0.13 | 0 | 0.69 | 0.13 | 71.76 | 0.71 | 0.57 |
| Hex | C1 | DF | 46 | D | 0 | 45 | D | 48 | 47 | 39 |
| Octal | 301 | 337 | 106 | 15 | 0 | 105 | 15 | 110 | 107 | 71 |
| Binary | 11000001 | 11011111 | 1000110 | 1101 | 0 | 1000101 | 1101 | 1001000 | 1000111 | 111001 |
Color Harmonies of #C1DF46
Complementary color
Monochromatic Colors of #C1DF46
Black with #C1DF46
Text Example
Text Example
White with #C1DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF46; }
p { color: rgb(193,223,70); }
H1.HeaderClassName
{
color: #C1DF46;
}
.AnyTagClassName
{
color: #C1DF46;
}
</style>
background-color css
<style>
a { background-color: #C1DF46; }
a { background-color: rgb(193,223,70); }
div.DivClassName
{
background-color: #C1DF46;
}
.BgClassName
{
background-color: #C1DF46;
}
</style>
border-color css
<style>
span { border-color: #C1DF46; }
span { border-color: rgb(193,223,70); }
td.TdClassName
{
border-color: #C1DF46;
}
.TagClassName
{
border-color: #C1DF46;
}
</style>