Shades of Las Palmas #C7D74B
Tints of Las Palmas #C7D74B
RGB
CMYK
RGB Variations
Color information
#C7D74B (or 0xC7D74B) is known color: Las Palmas. HEX triplet: C7, D7 and 4B. RGB value is (199,215,75). Sum of RGB (Red+Green+Blue) = 199+215+75=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D74B is #3828B4. Grayscale: #C2C2C2. Windows color (decimal): -3680437 or 4970439. OLE color: 4970439.
HSL color Cylindrical-coordinate representation of color #C7D74B: hue angle of 66.86º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7D74B is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 75 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.16 |
| HSL | 66.86º | 0.64% | 0.57% | - |
| HSV(B) | 66.86º | 0.65% | 0.84% | - |
| XYZ | 49.12 | 61.25 | 15.89 | - |
| YUV | 194.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 75 | 0.07 | 0 | 0.65 | 0.16 | 66.86 | 0.64 | 0.57 |
| Hex | C7 | D7 | 4B | 7 | 0 | 41 | 10 | 43 | 40 | 39 |
| Octal | 307 | 327 | 113 | 7 | 0 | 101 | 20 | 103 | 100 | 71 |
| Binary | 11000111 | 11010111 | 1001011 | 111 | 0 | 1000001 | 10000 | 1000011 | 1000000 | 111001 |
Color Harmonies of #C7D74B
Complementary color
Monochromatic Colors of #C7D74B
Black with #C7D74B
Text Example
Text Example
White with #C7D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D74B; }
p { color: rgb(199,215,75); }
H1.HeaderClassName
{
color: #C7D74B;
}
.AnyTagClassName
{
color: #C7D74B;
}
</style>
background-color css
<style>
a { background-color: #C7D74B; }
a { background-color: rgb(199,215,75); }
div.DivClassName
{
background-color: #C7D74B;
}
.BgClassName
{
background-color: #C7D74B;
}
</style>
border-color css
<style>
span { border-color: #C7D74B; }
span { border-color: rgb(199,215,75); }
td.TdClassName
{
border-color: #C7D74B;
}
.TagClassName
{
border-color: #C7D74B;
}
</style>