Shades of Las Palmas #C7DE34
Tints of Las Palmas #C7DE34
RGB
CMYK
RGB Variations
Color information
#C7DE34 (or 0xC7DE34) is known color: Las Palmas. HEX triplet: C7, DE and 34. RGB value is (199,222,52). Sum of RGB (Red+Green+Blue) = 199+222+52=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DE34 is #3821CB. Grayscale: #C4C4C4. Windows color (decimal): -3678668 or 3464903. OLE color: 3464903.
HSL color Cylindrical-coordinate representation of color #C7DE34: hue angle of 68.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7DE34 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 52 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.13 |
| HSL | 68.12º | 0.72% | 0.54% | - |
| HSV(B) | 68.12º | 0.77% | 0.87% | - |
| XYZ | 50.29 | 64.63 | 13.07 | - |
| YUV | 195.74 | 46.88 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 52 | 0.10 | 0 | 0.77 | 0.13 | 68.12 | 0.72 | 0.54 |
| Hex | C7 | DE | 34 | A | 0 | 4D | D | 44 | 48 | 36 |
| Octal | 307 | 336 | 64 | 12 | 0 | 115 | 15 | 104 | 110 | 66 |
| Binary | 11000111 | 11011110 | 110100 | 1010 | 0 | 1001101 | 1101 | 1000100 | 1001000 | 110110 |
Color Harmonies of #C7DE34
Complementary color
Monochromatic Colors of #C7DE34
Black with #C7DE34
Text Example
Text Example
White with #C7DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DE34; }
p { color: rgb(199,222,52); }
H1.HeaderClassName
{
color: #C7DE34;
}
.AnyTagClassName
{
color: #C7DE34;
}
</style>
background-color css
<style>
a { background-color: #C7DE34; }
a { background-color: rgb(199,222,52); }
div.DivClassName
{
background-color: #C7DE34;
}
.BgClassName
{
background-color: #C7DE34;
}
</style>
border-color css
<style>
span { border-color: #C7DE34; }
span { border-color: rgb(199,222,52); }
td.TdClassName
{
border-color: #C7DE34;
}
.TagClassName
{
border-color: #C7DE34;
}
</style>