Shades of Las Palmas #C7DB35
Tints of Las Palmas #C7DB35
RGB
CMYK
RGB Variations
Color information
#C7DB35 (or 0xC7DB35) is known color: Las Palmas. HEX triplet: C7, DB and 35. RGB value is (199,219,53). Sum of RGB (Red+Green+Blue) = 199+219+53=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DB35 is #3824CA. Grayscale: #C2C2C2. Windows color (decimal): -3679435 or 3529671. OLE color: 3529671.
HSL color Cylindrical-coordinate representation of color #C7DB35: hue angle of 67.23º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7DB35 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 53 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.14 |
| HSL | 67.23º | 0.7% | 0.53% | - |
| HSV(B) | 67.23º | 0.76% | 0.86% | - |
| XYZ | 49.53 | 63.06 | 12.93 | - |
| YUV | 194.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 53 | 0.09 | 0 | 0.76 | 0.14 | 67.23 | 0.7 | 0.53 |
| Hex | C7 | DB | 35 | 9 | 0 | 4C | E | 43 | 46 | 35 |
| Octal | 307 | 333 | 65 | 11 | 0 | 114 | 16 | 103 | 106 | 65 |
| Binary | 11000111 | 11011011 | 110101 | 1001 | 0 | 1001100 | 1110 | 1000011 | 1000110 | 110101 |
Color Harmonies of #C7DB35
Complementary color
Monochromatic Colors of #C7DB35
Black with #C7DB35
Text Example
Text Example
White with #C7DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB35; }
p { color: rgb(199,219,53); }
H1.HeaderClassName
{
color: #C7DB35;
}
.AnyTagClassName
{
color: #C7DB35;
}
</style>
background-color css
<style>
a { background-color: #C7DB35; }
a { background-color: rgb(199,219,53); }
div.DivClassName
{
background-color: #C7DB35;
}
.BgClassName
{
background-color: #C7DB35;
}
</style>
border-color css
<style>
span { border-color: #C7DB35; }
span { border-color: rgb(199,219,53); }
td.TdClassName
{
border-color: #C7DB35;
}
.TagClassName
{
border-color: #C7DB35;
}
</style>