Shades of Las Palmas #C8D83D
Tints of Las Palmas #C8D83D
RGB
CMYK
RGB Variations
Color information
#C8D83D (or 0xC8D83D) is known color: Las Palmas. HEX triplet: C8, D8 and 3D. RGB value is (200,216,61). Sum of RGB (Red+Green+Blue) = 200+216+61=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 61 (24.22% from 255 or 12.79% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D83D is #3727C2. Grayscale: #C2C2C2. Windows color (decimal): -3614659 or 4053192. OLE color: 4053192.
HSL color Cylindrical-coordinate representation of color #C8D83D: hue angle of 66.19º 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 #C8D83D is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 61 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.15 |
| HSL | 66.19º | 0.67% | 0.54% | - |
| HSV(B) | 66.19º | 0.72% | 0.85% | - |
| XYZ | 49.22 | 61.73 | 13.74 | - |
| YUV | 193.55 | 53.2 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 61 | 0.07 | 0 | 0.72 | 0.15 | 66.19 | 0.67 | 0.54 |
| Hex | C8 | D8 | 3D | 7 | 0 | 48 | F | 42 | 43 | 36 |
| Octal | 310 | 330 | 75 | 7 | 0 | 110 | 17 | 102 | 103 | 66 |
| Binary | 11001000 | 11011000 | 111101 | 111 | 0 | 1001000 | 1111 | 1000010 | 1000011 | 110110 |
Color Harmonies of #C8D83D
Complementary color
Monochromatic Colors of #C8D83D
Black with #C8D83D
Text Example
Text Example
White with #C8D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D83D; }
p { color: rgb(200,216,61); }
H1.HeaderClassName
{
color: #C8D83D;
}
.AnyTagClassName
{
color: #C8D83D;
}
</style>
background-color css
<style>
a { background-color: #C8D83D; }
a { background-color: rgb(200,216,61); }
div.DivClassName
{
background-color: #C8D83D;
}
.BgClassName
{
background-color: #C8D83D;
}
</style>
border-color css
<style>
span { border-color: #C8D83D; }
span { border-color: rgb(200,216,61); }
td.TdClassName
{
border-color: #C8D83D;
}
.TagClassName
{
border-color: #C8D83D;
}
</style>