Shades of Las Palmas #C4D83D
Tints of Las Palmas #C4D83D
RGB
CMYK
RGB Variations
Color information
#C4D83D (or 0xC4D83D) is known color: Las Palmas. HEX triplet: C4, D8 and 3D. RGB value is (196,216,61). Sum of RGB (Red+Green+Blue) = 196+216+61=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D83D is #3B27C2. Grayscale: #C0C0C0. Windows color (decimal): -3876803 or 4053188. OLE color: 4053188.
HSL color Cylindrical-coordinate representation of color #C4D83D: hue angle of 67.74º 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 #C4D83D is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 61 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.15 |
| HSL | 67.74º | 0.67% | 0.54% | - |
| HSV(B) | 67.74º | 0.72% | 0.85% | - |
| XYZ | 48.16 | 61.18 | 13.69 | - |
| YUV | 192.35 | 53.87 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 61 | 0.09 | 0 | 0.72 | 0.15 | 67.74 | 0.67 | 0.54 |
| Hex | C4 | D8 | 3D | 9 | 0 | 48 | F | 44 | 43 | 36 |
| Octal | 304 | 330 | 75 | 11 | 0 | 110 | 17 | 104 | 103 | 66 |
| Binary | 11000100 | 11011000 | 111101 | 1001 | 0 | 1001000 | 1111 | 1000100 | 1000011 | 110110 |
Color Harmonies of #C4D83D
Complementary color
Monochromatic Colors of #C4D83D
Black with #C4D83D
Text Example
Text Example
White with #C4D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D83D; }
p { color: rgb(196,216,61); }
H1.HeaderClassName
{
color: #C4D83D;
}
.AnyTagClassName
{
color: #C4D83D;
}
</style>
background-color css
<style>
a { background-color: #C4D83D; }
a { background-color: rgb(196,216,61); }
div.DivClassName
{
background-color: #C4D83D;
}
.BgClassName
{
background-color: #C4D83D;
}
</style>
border-color css
<style>
span { border-color: #C4D83D; }
span { border-color: rgb(196,216,61); }
td.TdClassName
{
border-color: #C4D83D;
}
.TagClassName
{
border-color: #C4D83D;
}
</style>