Shades of Las Palmas #C8DB3D
Tints of Las Palmas #C8DB3D
RGB
CMYK
RGB Variations
Color information
#C8DB3D (or 0xC8DB3D) is known color: Las Palmas. HEX triplet: C8, DB and 3D. RGB value is (200,219,61). Sum of RGB (Red+Green+Blue) = 200+219+61=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DB3D is #3724C2. Grayscale: #C3C3C3. Windows color (decimal): -3613891 or 4053960. OLE color: 4053960.
HSL color Cylindrical-coordinate representation of color #C8DB3D: hue angle of 67.22º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8DB3D is Cyan = 0.09, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 61 | - |
| CMYK | 0.09 | 0 | 0.72 | 0.14 |
| HSL | 67.22º | 0.69% | 0.55% | - |
| HSV(B) | 67.22º | 0.72% | 0.86% | - |
| XYZ | 49.99 | 63.28 | 13.99 | - |
| YUV | 195.31 | 52.21 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 61 | 0.09 | 0 | 0.72 | 0.14 | 67.22 | 0.69 | 0.55 |
| Hex | C8 | DB | 3D | 9 | 0 | 48 | E | 43 | 45 | 37 |
| Octal | 310 | 333 | 75 | 11 | 0 | 110 | 16 | 103 | 105 | 67 |
| Binary | 11001000 | 11011011 | 111101 | 1001 | 0 | 1001000 | 1110 | 1000011 | 1000101 | 110111 |
Color Harmonies of #C8DB3D
Complementary color
Monochromatic Colors of #C8DB3D
Black with #C8DB3D
Text Example
Text Example
White with #C8DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB3D; }
p { color: rgb(200,219,61); }
H1.HeaderClassName
{
color: #C8DB3D;
}
.AnyTagClassName
{
color: #C8DB3D;
}
</style>
background-color css
<style>
a { background-color: #C8DB3D; }
a { background-color: rgb(200,219,61); }
div.DivClassName
{
background-color: #C8DB3D;
}
.BgClassName
{
background-color: #C8DB3D;
}
</style>
border-color css
<style>
span { border-color: #C8DB3D; }
span { border-color: rgb(200,219,61); }
td.TdClassName
{
border-color: #C8DB3D;
}
.TagClassName
{
border-color: #C8DB3D;
}
</style>