Shades of Las Palmas #C7DB4A
Tints of Las Palmas #C7DB4A
RGB
CMYK
RGB Variations
Color information
#C7DB4A (or 0xC7DB4A) is known color: Las Palmas. HEX triplet: C7, DB and 4A. RGB value is (199,219,74). Sum of RGB (Red+Green+Blue) = 199+219+74=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DB4A is #3824B5. Grayscale: #C5C5C5. Windows color (decimal): -3679414 or 4905927. OLE color: 4905927.
HSL color Cylindrical-coordinate representation of color #C7DB4A: hue angle of 68.28º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C7DB4A is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 74 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.14 |
| HSL | 68.28º | 0.67% | 0.57% | - |
| HSV(B) | 68.28º | 0.66% | 0.86% | - |
| XYZ | 50.12 | 63.3 | 16.05 | - |
| YUV | 196.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 74 | 0.09 | 0 | 0.66 | 0.14 | 68.28 | 0.67 | 0.57 |
| Hex | C7 | DB | 4A | 9 | 0 | 42 | E | 44 | 43 | 39 |
| Octal | 307 | 333 | 112 | 11 | 0 | 102 | 16 | 104 | 103 | 71 |
| Binary | 11000111 | 11011011 | 1001010 | 1001 | 0 | 1000010 | 1110 | 1000100 | 1000011 | 111001 |
Color Harmonies of #C7DB4A
Complementary color
Monochromatic Colors of #C7DB4A
Black with #C7DB4A
Text Example
Text Example
White with #C7DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB4A; }
p { color: rgb(199,219,74); }
H1.HeaderClassName
{
color: #C7DB4A;
}
.AnyTagClassName
{
color: #C7DB4A;
}
</style>
background-color css
<style>
a { background-color: #C7DB4A; }
a { background-color: rgb(199,219,74); }
div.DivClassName
{
background-color: #C7DB4A;
}
.BgClassName
{
background-color: #C7DB4A;
}
</style>
border-color css
<style>
span { border-color: #C7DB4A; }
span { border-color: rgb(199,219,74); }
td.TdClassName
{
border-color: #C7DB4A;
}
.TagClassName
{
border-color: #C7DB4A;
}
</style>