Shades of Las Palmas #C4DD33
Tints of Las Palmas #C4DD33
RGB
CMYK
RGB Variations
Color information
#C4DD33 (or 0xC4DD33) is known color: Las Palmas. HEX triplet: C4, DD and 33. RGB value is (196,221,51). Sum of RGB (Red+Green+Blue) = 196+221+51=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #C4DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4DD33 is #3B22CC. Grayscale: #C2C2C2. Windows color (decimal): -3875533 or 3399108. OLE color: 3399108.
HSL color Cylindrical-coordinate representation of color #C4DD33: hue angle of 68.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4DD33 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 221 | 51 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.13 |
| HSL | 68.82º | 0.71% | 0.53% | - |
| HSV(B) | 68.82º | 0.77% | 0.87% | - |
| XYZ | 49.22 | 63.69 | 12.83 | - |
| YUV | 194.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 221 | 51 | 0.11 | 0 | 0.77 | 0.13 | 68.82 | 0.71 | 0.53 |
| Hex | C4 | DD | 33 | B | 0 | 4D | D | 45 | 47 | 35 |
| Octal | 304 | 335 | 63 | 13 | 0 | 115 | 15 | 105 | 107 | 65 |
| Binary | 11000100 | 11011101 | 110011 | 1011 | 0 | 1001101 | 1101 | 1000101 | 1000111 | 110101 |
Color Harmonies of #C4DD33
Complementary color
Monochromatic Colors of #C4DD33
Black with #C4DD33
Text Example
Text Example
White with #C4DD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DD33; }
p { color: rgb(196,221,51); }
H1.HeaderClassName
{
color: #C4DD33;
}
.AnyTagClassName
{
color: #C4DD33;
}
</style>
background-color css
<style>
a { background-color: #C4DD33; }
a { background-color: rgb(196,221,51); }
div.DivClassName
{
background-color: #C4DD33;
}
.BgClassName
{
background-color: #C4DD33;
}
</style>
border-color css
<style>
span { border-color: #C4DD33; }
span { border-color: rgb(196,221,51); }
td.TdClassName
{
border-color: #C4DD33;
}
.TagClassName
{
border-color: #C4DD33;
}
</style>