Shades of Las Palmas #C8DD33
Tints of Las Palmas #C8DD33
RGB
CMYK
RGB Variations
Color information
#C8DD33 (or 0xC8DD33) is known color: Las Palmas. HEX triplet: C8, DD and 33. RGB value is (200,221,51). Sum of RGB (Red+Green+Blue) = 200+221+51=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DD33 is #3722CC. Grayscale: #C4C4C4. Windows color (decimal): -3613389 or 3399112. OLE color: 3399112.
HSL color Cylindrical-coordinate representation of color #C8DD33: hue angle of 67.41º 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 #C8DD33 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 51 | - |
| CMYK | 0.10 | 0 | 0.77 | 0.13 |
| HSL | 67.41º | 0.71% | 0.53% | - |
| HSV(B) | 67.41º | 0.77% | 0.87% | - |
| XYZ | 50.27 | 64.23 | 12.88 | - |
| YUV | 195.34 | 46.54 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 51 | 0.10 | 0 | 0.77 | 0.13 | 67.41 | 0.71 | 0.53 |
| Hex | C8 | DD | 33 | A | 0 | 4D | D | 43 | 47 | 35 |
| Octal | 310 | 335 | 63 | 12 | 0 | 115 | 15 | 103 | 107 | 65 |
| Binary | 11001000 | 11011101 | 110011 | 1010 | 0 | 1001101 | 1101 | 1000011 | 1000111 | 110101 |
Color Harmonies of #C8DD33
Complementary color
Monochromatic Colors of #C8DD33
Black with #C8DD33
Text Example
Text Example
White with #C8DD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD33; }
p { color: rgb(200,221,51); }
H1.HeaderClassName
{
color: #C8DD33;
}
.AnyTagClassName
{
color: #C8DD33;
}
</style>
background-color css
<style>
a { background-color: #C8DD33; }
a { background-color: rgb(200,221,51); }
div.DivClassName
{
background-color: #C8DD33;
}
.BgClassName
{
background-color: #C8DD33;
}
</style>
border-color css
<style>
span { border-color: #C8DD33; }
span { border-color: rgb(200,221,51); }
td.TdClassName
{
border-color: #C8DD33;
}
.TagClassName
{
border-color: #C8DD33;
}
</style>