Shades of Las Palmas #C8DD3B
Tints of Las Palmas #C8DD3B
RGB
CMYK
RGB Variations
Color information
#C8DD3B (or 0xC8DD3B) is known color: Las Palmas. HEX triplet: C8, DD and 3B. RGB value is (200,221,59). Sum of RGB (Red+Green+Blue) = 200+221+59=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD3B is #3722C4. Grayscale: #C4C4C4. Windows color (decimal): -3613381 or 3923400. OLE color: 3923400.
HSL color Cylindrical-coordinate representation of color #C8DD3B: hue angle of 67.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8DD3B is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 59 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.13 |
| HSL | 67.78º | 0.7% | 0.55% | - |
| HSV(B) | 67.78º | 0.73% | 0.87% | - |
| XYZ | 50.47 | 64.31 | 13.89 | - |
| YUV | 196.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 59 | 0.10 | 0 | 0.73 | 0.13 | 67.78 | 0.7 | 0.55 |
| Hex | C8 | DD | 3B | A | 0 | 49 | D | 44 | 46 | 37 |
| Octal | 310 | 335 | 73 | 12 | 0 | 111 | 15 | 104 | 106 | 67 |
| Binary | 11001000 | 11011101 | 111011 | 1010 | 0 | 1001001 | 1101 | 1000100 | 1000110 | 110111 |
Color Harmonies of #C8DD3B
Complementary color
Monochromatic Colors of #C8DD3B
Black with #C8DD3B
Text Example
Text Example
White with #C8DD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD3B; }
p { color: rgb(200,221,59); }
H1.HeaderClassName
{
color: #C8DD3B;
}
.AnyTagClassName
{
color: #C8DD3B;
}
</style>
background-color css
<style>
a { background-color: #C8DD3B; }
a { background-color: rgb(200,221,59); }
div.DivClassName
{
background-color: #C8DD3B;
}
.BgClassName
{
background-color: #C8DD3B;
}
</style>
border-color css
<style>
span { border-color: #C8DD3B; }
span { border-color: rgb(200,221,59); }
td.TdClassName
{
border-color: #C8DD3B;
}
.TagClassName
{
border-color: #C8DD3B;
}
</style>