Shades of Las Palmas #C8DA43
Tints of Las Palmas #C8DA43
RGB
CMYK
RGB Variations
Color information
#C8DA43 (or 0xC8DA43) is known color: Las Palmas. HEX triplet: C8, DA and 43. RGB value is (200,218,67). Sum of RGB (Red+Green+Blue) = 200+218+67=485 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.24% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 67 (26.56% from 255 or 13.81% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DA43 is #3725BC. Grayscale: #C3C3C3. Windows color (decimal): -3614141 or 4446920. OLE color: 4446920.
HSL color Cylindrical-coordinate representation of color #C8DA43: hue angle of 67.15º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8DA43 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 67 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.15 |
| HSL | 67.15º | 0.67% | 0.56% | - |
| HSV(B) | 67.15º | 0.69% | 0.85% | - |
| XYZ | 49.9 | 62.83 | 14.81 | - |
| YUV | 195.4 | 55.54 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 67 | 0.08 | 0 | 0.69 | 0.15 | 67.15 | 0.67 | 0.56 |
| Hex | C8 | DA | 43 | 8 | 0 | 45 | F | 43 | 43 | 38 |
| Octal | 310 | 332 | 103 | 10 | 0 | 105 | 17 | 103 | 103 | 70 |
| Binary | 11001000 | 11011010 | 1000011 | 1000 | 0 | 1000101 | 1111 | 1000011 | 1000011 | 111000 |
Color Harmonies of #C8DA43
Complementary color
Monochromatic Colors of #C8DA43
Black with #C8DA43
Text Example
Text Example
White with #C8DA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA43; }
p { color: rgb(200,218,67); }
H1.HeaderClassName
{
color: #C8DA43;
}
.AnyTagClassName
{
color: #C8DA43;
}
</style>
background-color css
<style>
a { background-color: #C8DA43; }
a { background-color: rgb(200,218,67); }
div.DivClassName
{
background-color: #C8DA43;
}
.BgClassName
{
background-color: #C8DA43;
}
</style>
border-color css
<style>
span { border-color: #C8DA43; }
span { border-color: rgb(200,218,67); }
td.TdClassName
{
border-color: #C8DA43;
}
.TagClassName
{
border-color: #C8DA43;
}
</style>