Shades of Las Palmas #C8D83B
Tints of Las Palmas #C8D83B
RGB
CMYK
RGB Variations
Color information
#C8D83B (or 0xC8D83B) is known color: Las Palmas. HEX triplet: C8, D8 and 3B. RGB value is (200,216,59). Sum of RGB (Red+Green+Blue) = 200+216+59=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D83B is #3727C4. Grayscale: #C1C1C1. Windows color (decimal): -3614661 or 3922120. OLE color: 3922120.
HSL color Cylindrical-coordinate representation of color #C8D83B: hue angle of 66.11º degrees, saturation: 0.67, 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 #C8D83B is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 59 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.15 |
| HSL | 66.11º | 0.67% | 0.54% | - |
| HSV(B) | 66.11º | 0.73% | 0.85% | - |
| XYZ | 49.16 | 61.71 | 13.46 | - |
| YUV | 193.32 | 52.2 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 59 | 0.07 | 0 | 0.73 | 0.15 | 66.11 | 0.67 | 0.54 |
| Hex | C8 | D8 | 3B | 7 | 0 | 49 | F | 42 | 43 | 36 |
| Octal | 310 | 330 | 73 | 7 | 0 | 111 | 17 | 102 | 103 | 66 |
| Binary | 11001000 | 11011000 | 111011 | 111 | 0 | 1001001 | 1111 | 1000010 | 1000011 | 110110 |
Color Harmonies of #C8D83B
Complementary color
Monochromatic Colors of #C8D83B
Black with #C8D83B
Text Example
Text Example
White with #C8D83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D83B; }
p { color: rgb(200,216,59); }
H1.HeaderClassName
{
color: #C8D83B;
}
.AnyTagClassName
{
color: #C8D83B;
}
</style>
background-color css
<style>
a { background-color: #C8D83B; }
a { background-color: rgb(200,216,59); }
div.DivClassName
{
background-color: #C8D83B;
}
.BgClassName
{
background-color: #C8D83B;
}
</style>
border-color css
<style>
span { border-color: #C8D83B; }
span { border-color: rgb(200,216,59); }
td.TdClassName
{
border-color: #C8D83B;
}
.TagClassName
{
border-color: #C8D83B;
}
</style>