Shades of Las Palmas #C0D83C
Tints of Las Palmas #C0D83C
RGB
CMYK
RGB Variations
Color information
#C0D83C (or 0xC0D83C) is known color: Las Palmas. HEX triplet: C0, D8 and 3C. RGB value is (192,216,60). Sum of RGB (Red+Green+Blue) = 192+216+60=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 60 (23.83% from 255 or 12.82% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0D83C is #3F27C3. Grayscale: #BFBFBF. Windows color (decimal): -4138948 or 3987648. OLE color: 3987648.
HSL color Cylindrical-coordinate representation of color #C0D83C: hue angle of 69.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0D83C is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 216 | 60 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.15 |
| HSL | 69.23º | 0.67% | 0.54% | - |
| HSV(B) | 69.23º | 0.72% | 0.85% | - |
| XYZ | 47.11 | 60.64 | 13.5 | - |
| YUV | 191.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 216 | 60 | 0.11 | 0 | 0.72 | 0.15 | 69.23 | 0.67 | 0.54 |
| Hex | C0 | D8 | 3C | B | 0 | 48 | F | 45 | 43 | 36 |
| Octal | 300 | 330 | 74 | 13 | 0 | 110 | 17 | 105 | 103 | 66 |
| Binary | 11000000 | 11011000 | 111100 | 1011 | 0 | 1001000 | 1111 | 1000101 | 1000011 | 110110 |
Color Harmonies of #C0D83C
Complementary color
Monochromatic Colors of #C0D83C
Black with #C0D83C
Text Example
Text Example
White with #C0D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0D83C; }
p { color: rgb(192,216,60); }
H1.HeaderClassName
{
color: #C0D83C;
}
.AnyTagClassName
{
color: #C0D83C;
}
</style>
background-color css
<style>
a { background-color: #C0D83C; }
a { background-color: rgb(192,216,60); }
div.DivClassName
{
background-color: #C0D83C;
}
.BgClassName
{
background-color: #C0D83C;
}
</style>
border-color css
<style>
span { border-color: #C0D83C; }
span { border-color: rgb(192,216,60); }
td.TdClassName
{
border-color: #C0D83C;
}
.TagClassName
{
border-color: #C0D83C;
}
</style>