Shades of Las Palmas #C8DA3F
Tints of Las Palmas #C8DA3F
RGB
CMYK
RGB Variations
Color information
#C8DA3F (or 0xC8DA3F) is known color: Las Palmas. HEX triplet: C8, DA and 3F. RGB value is (200,218,63). Sum of RGB (Red+Green+Blue) = 200+218+63=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DA3F is #3725C0. Grayscale: #C3C3C3. Windows color (decimal): -3614145 or 4184776. OLE color: 4184776.
HSL color Cylindrical-coordinate representation of color #C8DA3F: hue angle of 66.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8DA3F is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 63 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.15 |
| HSL | 66.97º | 0.68% | 0.55% | - |
| HSV(B) | 66.97º | 0.71% | 0.85% | - |
| XYZ | 49.79 | 62.78 | 14.2 | - |
| YUV | 194.95 | 53.54 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 63 | 0.08 | 0 | 0.71 | 0.15 | 66.97 | 0.68 | 0.55 |
| Hex | C8 | DA | 3F | 8 | 0 | 47 | F | 43 | 44 | 37 |
| Octal | 310 | 332 | 77 | 10 | 0 | 107 | 17 | 103 | 104 | 67 |
| Binary | 11001000 | 11011010 | 111111 | 1000 | 0 | 1000111 | 1111 | 1000011 | 1000100 | 110111 |
Color Harmonies of #C8DA3F
Complementary color
Monochromatic Colors of #C8DA3F
Black with #C8DA3F
Text Example
Text Example
White with #C8DA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA3F; }
p { color: rgb(200,218,63); }
H1.HeaderClassName
{
color: #C8DA3F;
}
.AnyTagClassName
{
color: #C8DA3F;
}
</style>
background-color css
<style>
a { background-color: #C8DA3F; }
a { background-color: rgb(200,218,63); }
div.DivClassName
{
background-color: #C8DA3F;
}
.BgClassName
{
background-color: #C8DA3F;
}
</style>
border-color css
<style>
span { border-color: #C8DA3F; }
span { border-color: rgb(200,218,63); }
td.TdClassName
{
border-color: #C8DA3F;
}
.TagClassName
{
border-color: #C8DA3F;
}
</style>