Shades of Las Palmas #CCE542
Tints of Las Palmas #CCE542
RGB
CMYK
RGB Variations
Color information
#CCE542 (or 0xCCE542) is known color: Las Palmas. HEX triplet: CC, E5 and 42. RGB value is (204,229,66). Sum of RGB (Red+Green+Blue) = 204+229+66=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE542 is #331ABD. Grayscale: #CBCBCB. Windows color (decimal): -3349182 or 4384204. OLE color: 4384204.
HSL color Cylindrical-coordinate representation of color #CCE542: hue angle of 69.2º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCE542 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 229 | 66 | - |
CMYK | 0.11 | 0 | 0.71 | 0.10 |
HSL | 69.2º | 0.76% | 0.58% | - |
HSV(B) | 69.2º | 0.71% | 0.9% | - |
XYZ | 53.9 | 69.27 | 15.68 | - |
YUV | 202.94 | 50.72 | 128.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 229 | 66 | 0.11 | 0 | 0.71 | 0.10 | 69.2 | 0.76 | 0.58 |
Hex | CC | E5 | 42 | B | 0 | 47 | A | 45 | 4C | 3A |
Octal | 314 | 345 | 102 | 13 | 0 | 107 | 12 | 105 | 114 | 72 |
Binary | 11001100 | 11100101 | 1000010 | 1011 | 0 | 1000111 | 1010 | 1000101 | 1001100 | 111010 |
Color Harmonies of #CCE542
Complementary color
Monochromatic Colors of #CCE542
Black with #CCE542
Text Example
Text Example
White with #CCE542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE542; }
p { color: rgb(204,229,66); }
H1.HeaderClassName
{
color: #CCE542;
}
.AnyTagClassName
{
color: #CCE542;
}
</style>
background-color css
<style>
a { background-color: #CCE542; }
a { background-color: rgb(204,229,66); }
div.DivClassName
{
background-color: #CCE542;
}
.BgClassName
{
background-color: #CCE542;
}
</style>
border-color css
<style>
span { border-color: #CCE542; }
span { border-color: rgb(204,229,66); }
td.TdClassName
{
border-color: #CCE542;
}
.TagClassName
{
border-color: #CCE542;
}
</style>