Shades of Las Palmas #C7D438
Tints of Las Palmas #C7D438
RGB
CMYK
RGB Variations
Color information
#C7D438 (or 0xC7D438) is known color: Las Palmas. HEX triplet: C7, D4 and 38. RGB value is (199,212,56). Sum of RGB (Red+Green+Blue) = 199+212+56=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 56 (22.27% from 255 or 11.99% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D438 is #382BC7. Grayscale: #BEBEBE. Windows color (decimal): -3681224 or 3724487. OLE color: 3724487.
HSL color Cylindrical-coordinate representation of color #C7D438: hue angle of 65º 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 #C7D438 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 56 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.17 |
| HSL | 65º | 0.64% | 0.53% | - |
| HSV(B) | 65º | 0.74% | 0.83% | - |
| XYZ | 47.81 | 59.51 | 12.71 | - |
| YUV | 190.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 56 | 0.06 | 0 | 0.74 | 0.17 | 65 | 0.64 | 0.53 |
| Hex | C7 | D4 | 38 | 6 | 0 | 4A | 11 | 41 | 40 | 35 |
| Octal | 307 | 324 | 70 | 6 | 0 | 112 | 21 | 101 | 100 | 65 |
| Binary | 11000111 | 11010100 | 111000 | 110 | 0 | 1001010 | 10001 | 1000001 | 1000000 | 110101 |
Color Harmonies of #C7D438
Complementary color
Monochromatic Colors of #C7D438
Black with #C7D438
Text Example
Text Example
White with #C7D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D438; }
p { color: rgb(199,212,56); }
H1.HeaderClassName
{
color: #C7D438;
}
.AnyTagClassName
{
color: #C7D438;
}
</style>
background-color css
<style>
a { background-color: #C7D438; }
a { background-color: rgb(199,212,56); }
div.DivClassName
{
background-color: #C7D438;
}
.BgClassName
{
background-color: #C7D438;
}
</style>
border-color css
<style>
span { border-color: #C7D438; }
span { border-color: rgb(199,212,56); }
td.TdClassName
{
border-color: #C7D438;
}
.TagClassName
{
border-color: #C7D438;
}
</style>