Shades of Las Palmas #C0DF35
Tints of Las Palmas #C0DF35
RGB
CMYK
RGB Variations
Color information
#C0DF35 (or 0xC0DF35) is known color: Las Palmas. HEX triplet: C0, DF and 35. RGB value is (192,223,53). Sum of RGB (Red+Green+Blue) = 192+223+53=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0DF35 is #3F20CA. Grayscale: #C3C3C3. Windows color (decimal): -4137163 or 3530688. OLE color: 3530688.
HSL color Cylindrical-coordinate representation of color #C0DF35: hue angle of 70.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0DF35 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 223 | 53 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.13 |
| HSL | 70.94º | 0.73% | 0.54% | - |
| HSV(B) | 70.94º | 0.76% | 0.87% | - |
| XYZ | 48.77 | 64.24 | 13.2 | - |
| YUV | 194.35 | 48.23 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 53 | 0.14 | 0 | 0.76 | 0.13 | 70.94 | 0.73 | 0.54 |
| Hex | C0 | DF | 35 | E | 0 | 4C | D | 47 | 49 | 36 |
| Octal | 300 | 337 | 65 | 16 | 0 | 114 | 15 | 107 | 111 | 66 |
| Binary | 11000000 | 11011111 | 110101 | 1110 | 0 | 1001100 | 1101 | 1000111 | 1001001 | 110110 |
Color Harmonies of #C0DF35
Complementary color
Monochromatic Colors of #C0DF35
Black with #C0DF35
Text Example
Text Example
White with #C0DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DF35; }
p { color: rgb(192,223,53); }
H1.HeaderClassName
{
color: #C0DF35;
}
.AnyTagClassName
{
color: #C0DF35;
}
</style>
background-color css
<style>
a { background-color: #C0DF35; }
a { background-color: rgb(192,223,53); }
div.DivClassName
{
background-color: #C0DF35;
}
.BgClassName
{
background-color: #C0DF35;
}
</style>
border-color css
<style>
span { border-color: #C0DF35; }
span { border-color: rgb(192,223,53); }
td.TdClassName
{
border-color: #C0DF35;
}
.TagClassName
{
border-color: #C0DF35;
}
</style>