Shades of Las Palmas #CEE046
Tints of Las Palmas #CEE046
RGB
CMYK
RGB Variations
Color information
#CEE046 (or 0xCEE046) is known color: Las Palmas. HEX triplet: CE, E0 and 46. RGB value is (206,224,70). Sum of RGB (Red+Green+Blue) = 206+224+70=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 70 (27.73% from 255 or 14% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE046 is #311FB9. Grayscale: #C9C9C9. Windows color (decimal): -3219386 or 4645070. OLE color: 4645070.
HSL color Cylindrical-coordinate representation of color #CEE046: hue angle of 67.01º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEE046 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 224 | 70 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.12 |
| HSL | 67.01º | 0.71% | 0.58% | - |
| HSV(B) | 67.01º | 0.69% | 0.88% | - |
| XYZ | 53.21 | 66.88 | 15.9 | - |
| YUV | 201.06 | 54.04 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 224 | 70 | 0.08 | 0 | 0.69 | 0.12 | 67.01 | 0.71 | 0.58 |
| Hex | CE | E0 | 46 | 8 | 0 | 45 | C | 43 | 47 | 3A |
| Octal | 316 | 340 | 106 | 10 | 0 | 105 | 14 | 103 | 107 | 72 |
| Binary | 11001110 | 11100000 | 1000110 | 1000 | 0 | 1000101 | 1100 | 1000011 | 1000111 | 111010 |
Color Harmonies of #CEE046
Complementary color
Monochromatic Colors of #CEE046
Black with #CEE046
Text Example
Text Example
White with #CEE046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE046; }
p { color: rgb(206,224,70); }
H1.HeaderClassName
{
color: #CEE046;
}
.AnyTagClassName
{
color: #CEE046;
}
</style>
background-color css
<style>
a { background-color: #CEE046; }
a { background-color: rgb(206,224,70); }
div.DivClassName
{
background-color: #CEE046;
}
.BgClassName
{
background-color: #CEE046;
}
</style>
border-color css
<style>
span { border-color: #CEE046; }
span { border-color: rgb(206,224,70); }
td.TdClassName
{
border-color: #CEE046;
}
.TagClassName
{
border-color: #CEE046;
}
</style>