Shades of Las Palmas #C7D234
Tints of Las Palmas #C7D234
RGB
CMYK
RGB Variations
Color information
#C7D234 (or 0xC7D234) is known color: Las Palmas. HEX triplet: C7, D2 and 34. RGB value is (199,210,52). Sum of RGB (Red+Green+Blue) = 199+210+52=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 52 (20.70% from 255 or 11.28% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D234 is #382DCB. Grayscale: #BDBDBD. Windows color (decimal): -3681740 or 3461831. OLE color: 3461831.
HSL color Cylindrical-coordinate representation of color #C7D234: hue angle of 64.18º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7D234 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 52 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.18 |
| HSL | 64.18º | 0.64% | 0.51% | - |
| HSV(B) | 64.18º | 0.75% | 0.82% | - |
| XYZ | 47.22 | 58.48 | 12.05 | - |
| YUV | 188.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 52 | 0.05 | 0 | 0.75 | 0.18 | 64.18 | 0.64 | 0.51 |
| Hex | C7 | D2 | 34 | 5 | 0 | 4B | 12 | 40 | 40 | 33 |
| Octal | 307 | 322 | 64 | 5 | 0 | 113 | 22 | 100 | 100 | 63 |
| Binary | 11000111 | 11010010 | 110100 | 101 | 0 | 1001011 | 10010 | 1000000 | 1000000 | 110011 |
Color Harmonies of #C7D234
Complementary color
Monochromatic Colors of #C7D234
Black with #C7D234
Text Example
Text Example
White with #C7D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D234; }
p { color: rgb(199,210,52); }
H1.HeaderClassName
{
color: #C7D234;
}
.AnyTagClassName
{
color: #C7D234;
}
</style>
background-color css
<style>
a { background-color: #C7D234; }
a { background-color: rgb(199,210,52); }
div.DivClassName
{
background-color: #C7D234;
}
.BgClassName
{
background-color: #C7D234;
}
</style>
border-color css
<style>
span { border-color: #C7D234; }
span { border-color: rgb(199,210,52); }
td.TdClassName
{
border-color: #C7D234;
}
.TagClassName
{
border-color: #C7D234;
}
</style>