Shades of Las Palmas #C8D438
Tints of Las Palmas #C8D438
RGB
CMYK
RGB Variations
Color information
#C8D438 (or 0xC8D438) is known color: Las Palmas. HEX triplet: C8, D4 and 38. RGB value is (200,212,56). Sum of RGB (Red+Green+Blue) = 200+212+56=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D438 is #372BC7. Grayscale: #BFBFBF. Windows color (decimal): -3615688 or 3724488. OLE color: 3724488.
HSL color Cylindrical-coordinate representation of color #C8D438: hue angle of 64.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8D438 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 212 | 56 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.17 |
| HSL | 64.62º | 0.64% | 0.53% | - |
| HSV(B) | 64.62º | 0.74% | 0.83% | - |
| XYZ | 48.08 | 59.65 | 12.72 | - |
| YUV | 190.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 212 | 56 | 0.06 | 0 | 0.74 | 0.17 | 64.62 | 0.64 | 0.53 |
| Hex | C8 | D4 | 38 | 6 | 0 | 4A | 11 | 41 | 40 | 35 |
| Octal | 310 | 324 | 70 | 6 | 0 | 112 | 21 | 101 | 100 | 65 |
| Binary | 11001000 | 11010100 | 111000 | 110 | 0 | 1001010 | 10001 | 1000001 | 1000000 | 110101 |
Color Harmonies of #C8D438
Complementary color
Monochromatic Colors of #C8D438
Black with #C8D438
Text Example
Text Example
White with #C8D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D438; }
p { color: rgb(200,212,56); }
H1.HeaderClassName
{
color: #C8D438;
}
.AnyTagClassName
{
color: #C8D438;
}
</style>
background-color css
<style>
a { background-color: #C8D438; }
a { background-color: rgb(200,212,56); }
div.DivClassName
{
background-color: #C8D438;
}
.BgClassName
{
background-color: #C8D438;
}
</style>
border-color css
<style>
span { border-color: #C8D438; }
span { border-color: rgb(200,212,56); }
td.TdClassName
{
border-color: #C8D438;
}
.TagClassName
{
border-color: #C8D438;
}
</style>