Shades of Las Palmas #C0D93B
Tints of Las Palmas #C0D93B
RGB
CMYK
RGB Variations
Color information
#C0D93B (or 0xC0D93B) is known color: Las Palmas. HEX triplet: C0, D9 and 3B. RGB value is (192,217,59). Sum of RGB (Red+Green+Blue) = 192+217+59=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #C0D93B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D93B is #3F26C4. Grayscale: #C0C0C0. Windows color (decimal): -4138693 or 3922368. OLE color: 3922368.
HSL color Cylindrical-coordinate representation of color #C0D93B: hue angle of 69.49º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0D93B is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 217 | 59 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.15 |
| HSL | 69.49º | 0.68% | 0.54% | - |
| HSV(B) | 69.49º | 0.73% | 0.85% | - |
| XYZ | 47.34 | 61.15 | 13.45 | - |
| YUV | 191.51 | 53.22 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 217 | 59 | 0.12 | 0 | 0.73 | 0.15 | 69.49 | 0.68 | 0.54 |
| Hex | C0 | D9 | 3B | C | 0 | 49 | F | 45 | 44 | 36 |
| Octal | 300 | 331 | 73 | 14 | 0 | 111 | 17 | 105 | 104 | 66 |
| Binary | 11000000 | 11011001 | 111011 | 1100 | 0 | 1001001 | 1111 | 1000101 | 1000100 | 110110 |
Color Harmonies of #C0D93B
Complementary color
Monochromatic Colors of #C0D93B
Black with #C0D93B
Text Example
Text Example
White with #C0D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D93B; }
p { color: rgb(192,217,59); }
H1.HeaderClassName
{
color: #C0D93B;
}
.AnyTagClassName
{
color: #C0D93B;
}
</style>
background-color css
<style>
a { background-color: #C0D93B; }
a { background-color: rgb(192,217,59); }
div.DivClassName
{
background-color: #C0D93B;
}
.BgClassName
{
background-color: #C0D93B;
}
</style>
border-color css
<style>
span { border-color: #C0D93B; }
span { border-color: rgb(192,217,59); }
td.TdClassName
{
border-color: #C0D93B;
}
.TagClassName
{
border-color: #C0D93B;
}
</style>