Shades of Las Palmas #C0D73B
Tints of Las Palmas #C0D73B
RGB
CMYK
RGB Variations
Color information
#C0D73B (or 0xC0D73B) is known color: Las Palmas. HEX triplet: C0, D7 and 3B. RGB value is (192,215,59). Sum of RGB (Red+Green+Blue) = 192+215+59=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #C0D73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D73B is #3F28C4. Grayscale: #BEBEBE. Windows color (decimal): -4139205 or 3921856. OLE color: 3921856.
HSL color Cylindrical-coordinate representation of color #C0D73B: hue angle of 68.85º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0D73B is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 215 | 59 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.16 |
| HSL | 68.85º | 0.66% | 0.54% | - |
| HSV(B) | 68.85º | 0.73% | 0.84% | - |
| XYZ | 46.83 | 60.12 | 13.27 | - |
| YUV | 190.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 215 | 59 | 0.11 | 0 | 0.73 | 0.16 | 68.85 | 0.66 | 0.54 |
| Hex | C0 | D7 | 3B | B | 0 | 49 | 10 | 45 | 42 | 36 |
| Octal | 300 | 327 | 73 | 13 | 0 | 111 | 20 | 105 | 102 | 66 |
| Binary | 11000000 | 11010111 | 111011 | 1011 | 0 | 1001001 | 10000 | 1000101 | 1000010 | 110110 |
Color Harmonies of #C0D73B
Complementary color
Monochromatic Colors of #C0D73B
Black with #C0D73B
Text Example
Text Example
White with #C0D73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D73B; }
p { color: rgb(192,215,59); }
H1.HeaderClassName
{
color: #C0D73B;
}
.AnyTagClassName
{
color: #C0D73B;
}
</style>
background-color css
<style>
a { background-color: #C0D73B; }
a { background-color: rgb(192,215,59); }
div.DivClassName
{
background-color: #C0D73B;
}
.BgClassName
{
background-color: #C0D73B;
}
</style>
border-color css
<style>
span { border-color: #C0D73B; }
span { border-color: rgb(192,215,59); }
td.TdClassName
{
border-color: #C0D73B;
}
.TagClassName
{
border-color: #C0D73B;
}
</style>