Shades of Las Palmas #C1DF37
Tints of Las Palmas #C1DF37
RGB
CMYK
RGB Variations
Color information
#C1DF37 (or 0xC1DF37) is known color: Las Palmas. HEX triplet: C1, DF and 37. RGB value is (193,223,55). Sum of RGB (Red+Green+Blue) = 193+223+55=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1DF37 is #3E20C8. Grayscale: #C3C3C3. Windows color (decimal): -4071625 or 3661761. OLE color: 3661761.
HSL color Cylindrical-coordinate representation of color #C1DF37: hue angle of 70.71º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1DF37 is Cyan = 0.13, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 223 | 55 | - |
| CMYK | 0.13 | 0 | 0.75 | 0.13 |
| HSL | 70.71º | 0.72% | 0.55% | - |
| HSV(B) | 70.71º | 0.75% | 0.87% | - |
| XYZ | 49.07 | 64.39 | 13.46 | - |
| YUV | 194.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 223 | 55 | 0.13 | 0 | 0.75 | 0.13 | 70.71 | 0.72 | 0.55 |
| Hex | C1 | DF | 37 | D | 0 | 4B | D | 47 | 48 | 37 |
| Octal | 301 | 337 | 67 | 15 | 0 | 113 | 15 | 107 | 110 | 67 |
| Binary | 11000001 | 11011111 | 110111 | 1101 | 0 | 1001011 | 1101 | 1000111 | 1001000 | 110111 |
Color Harmonies of #C1DF37
Complementary color
Monochromatic Colors of #C1DF37
Black with #C1DF37
Text Example
Text Example
White with #C1DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1DF37; }
p { color: rgb(193,223,55); }
H1.HeaderClassName
{
color: #C1DF37;
}
.AnyTagClassName
{
color: #C1DF37;
}
</style>
background-color css
<style>
a { background-color: #C1DF37; }
a { background-color: rgb(193,223,55); }
div.DivClassName
{
background-color: #C1DF37;
}
.BgClassName
{
background-color: #C1DF37;
}
</style>
border-color css
<style>
span { border-color: #C1DF37; }
span { border-color: rgb(193,223,55); }
td.TdClassName
{
border-color: #C1DF37;
}
.TagClassName
{
border-color: #C1DF37;
}
</style>