Shades of Las Palmas #CEE747
Tints of Las Palmas #CEE747
RGB
CMYK
RGB Variations
Color information
#CEE747 (or 0xCEE747) is known color: Las Palmas. HEX triplet: CE, E7 and 47. RGB value is (206,231,71). Sum of RGB (Red+Green+Blue) = 206+231+71=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 71 (28.12% from 255 or 13.98% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE747 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE747 is #3118B8. Grayscale: #CDCDCD. Windows color (decimal): -3217593 or 4712398. OLE color: 4712398.
HSL color Cylindrical-coordinate representation of color #CEE747: hue angle of 69.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEE747 is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 71 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.09 |
| HSL | 69.38º | 0.77% | 0.59% | - |
| HSV(B) | 69.38º | 0.69% | 0.91% | - |
| XYZ | 55.17 | 70.73 | 16.71 | - |
| YUV | 205.29 | 52.22 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 71 | 0.11 | 0 | 0.69 | 0.09 | 69.38 | 0.77 | 0.59 |
| Hex | CE | E7 | 47 | B | 0 | 45 | 9 | 45 | 4D | 3B |
| Octal | 316 | 347 | 107 | 13 | 0 | 105 | 11 | 105 | 115 | 73 |
| Binary | 11001110 | 11100111 | 1000111 | 1011 | 0 | 1000101 | 1001 | 1000101 | 1001101 | 111011 |
Color Harmonies of #CEE747
Complementary color
Monochromatic Colors of #CEE747
Black with #CEE747
Text Example
Text Example
White with #CEE747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE747; }
p { color: rgb(206,231,71); }
H1.HeaderClassName
{
color: #CEE747;
}
.AnyTagClassName
{
color: #CEE747;
}
</style>
background-color css
<style>
a { background-color: #CEE747; }
a { background-color: rgb(206,231,71); }
div.DivClassName
{
background-color: #CEE747;
}
.BgClassName
{
background-color: #CEE747;
}
</style>
border-color css
<style>
span { border-color: #CEE747; }
span { border-color: rgb(206,231,71); }
td.TdClassName
{
border-color: #CEE747;
}
.TagClassName
{
border-color: #CEE747;
}
</style>