Shades of Las Palmas #C7DB3B
Tints of Las Palmas #C7DB3B
RGB
CMYK
RGB Variations
Color information
#C7DB3B (or 0xC7DB3B) is known color: Las Palmas. HEX triplet: C7, DB and 3B. RGB value is (199,219,59). Sum of RGB (Red+Green+Blue) = 199+219+59=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 59 (23.44% from 255 or 12.37% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DB3B is #3824C4. Grayscale: #C3C3C3. Windows color (decimal): -3679429 or 3922887. OLE color: 3922887.
HSL color Cylindrical-coordinate representation of color #C7DB3B: hue angle of 67.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7DB3B is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 59 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.14 |
| HSL | 67.5º | 0.69% | 0.55% | - |
| HSV(B) | 67.5º | 0.73% | 0.86% | - |
| XYZ | 49.67 | 63.12 | 13.7 | - |
| YUV | 194.78 | 51.37 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 59 | 0.09 | 0 | 0.73 | 0.14 | 67.5 | 0.69 | 0.55 |
| Hex | C7 | DB | 3B | 9 | 0 | 49 | E | 44 | 45 | 37 |
| Octal | 307 | 333 | 73 | 11 | 0 | 111 | 16 | 104 | 105 | 67 |
| Binary | 11000111 | 11011011 | 111011 | 1001 | 0 | 1001001 | 1110 | 1000100 | 1000101 | 110111 |
Color Harmonies of #C7DB3B
Complementary color
Monochromatic Colors of #C7DB3B
Black with #C7DB3B
Text Example
Text Example
White with #C7DB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB3B; }
p { color: rgb(199,219,59); }
H1.HeaderClassName
{
color: #C7DB3B;
}
.AnyTagClassName
{
color: #C7DB3B;
}
</style>
background-color css
<style>
a { background-color: #C7DB3B; }
a { background-color: rgb(199,219,59); }
div.DivClassName
{
background-color: #C7DB3B;
}
.BgClassName
{
background-color: #C7DB3B;
}
</style>
border-color css
<style>
span { border-color: #C7DB3B; }
span { border-color: rgb(199,219,59); }
td.TdClassName
{
border-color: #C7DB3B;
}
.TagClassName
{
border-color: #C7DB3B;
}
</style>