Shades of Las Palmas #CEE547
Tints of Las Palmas #CEE547
RGB
CMYK
RGB Variations
Color information
#CEE547 (or 0xCEE547) is known color: Las Palmas. HEX triplet: CE, E5 and 47. RGB value is (206,229,71). Sum of RGB (Red+Green+Blue) = 206+229+71=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE547 is #311AB8. Grayscale: #CCCCCC. Windows color (decimal): -3218105 or 4711886. OLE color: 4711886.
HSL color Cylindrical-coordinate representation of color #CEE547: hue angle of 68.73º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEE547 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 229 | 71 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.10 |
| HSL | 68.73º | 0.75% | 0.59% | - |
| HSV(B) | 68.73º | 0.69% | 0.9% | - |
| XYZ | 54.61 | 69.62 | 16.52 | - |
| YUV | 204.11 | 52.88 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 229 | 71 | 0.10 | 0 | 0.69 | 0.10 | 68.73 | 0.75 | 0.59 |
| Hex | CE | E5 | 47 | A | 0 | 45 | A | 45 | 4B | 3B |
| Octal | 316 | 345 | 107 | 12 | 0 | 105 | 12 | 105 | 113 | 73 |
| Binary | 11001110 | 11100101 | 1000111 | 1010 | 0 | 1000101 | 1010 | 1000101 | 1001011 | 111011 |
Color Harmonies of #CEE547
Complementary color
Monochromatic Colors of #CEE547
Black with #CEE547
Text Example
Text Example
White with #CEE547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE547; }
p { color: rgb(206,229,71); }
H1.HeaderClassName
{
color: #CEE547;
}
.AnyTagClassName
{
color: #CEE547;
}
</style>
background-color css
<style>
a { background-color: #CEE547; }
a { background-color: rgb(206,229,71); }
div.DivClassName
{
background-color: #CEE547;
}
.BgClassName
{
background-color: #CEE547;
}
</style>
border-color css
<style>
span { border-color: #CEE547; }
span { border-color: rgb(206,229,71); }
td.TdClassName
{
border-color: #CEE547;
}
.TagClassName
{
border-color: #CEE547;
}
</style>