Shades of Las Palmas #C8DB41
Tints of Las Palmas #C8DB41
RGB
CMYK
RGB Variations
Color information
#C8DB41 (or 0xC8DB41) is known color: Las Palmas. HEX triplet: C8, DB and 41. RGB value is (200,219,65). Sum of RGB (Red+Green+Blue) = 200+219+65=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DB41 is #3724BE. Grayscale: #C4C4C4. Windows color (decimal): -3613887 or 4316104. OLE color: 4316104.
HSL color Cylindrical-coordinate representation of color #C8DB41: hue angle of 67.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8DB41 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 65 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.14 |
| HSL | 67.4º | 0.68% | 0.56% | - |
| HSV(B) | 67.4º | 0.7% | 0.86% | - |
| XYZ | 50.11 | 63.32 | 14.58 | - |
| YUV | 195.76 | 54.21 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 65 | 0.09 | 0 | 0.70 | 0.14 | 67.4 | 0.68 | 0.56 |
| Hex | C8 | DB | 41 | 9 | 0 | 46 | E | 43 | 44 | 38 |
| Octal | 310 | 333 | 101 | 11 | 0 | 106 | 16 | 103 | 104 | 70 |
| Binary | 11001000 | 11011011 | 1000001 | 1001 | 0 | 1000110 | 1110 | 1000011 | 1000100 | 111000 |
Color Harmonies of #C8DB41
Complementary color
Monochromatic Colors of #C8DB41
Black with #C8DB41
Text Example
Text Example
White with #C8DB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB41; }
p { color: rgb(200,219,65); }
H1.HeaderClassName
{
color: #C8DB41;
}
.AnyTagClassName
{
color: #C8DB41;
}
</style>
background-color css
<style>
a { background-color: #C8DB41; }
a { background-color: rgb(200,219,65); }
div.DivClassName
{
background-color: #C8DB41;
}
.BgClassName
{
background-color: #C8DB41;
}
</style>
border-color css
<style>
span { border-color: #C8DB41; }
span { border-color: rgb(200,219,65); }
td.TdClassName
{
border-color: #C8DB41;
}
.TagClassName
{
border-color: #C8DB41;
}
</style>