Shades of Las Palmas #CEE34D
Tints of Las Palmas #CEE34D
RGB
CMYK
RGB Variations
Color information
#CEE34D (or 0xCEE34D) is known color: Las Palmas. HEX triplet: CE, E3 and 4D. RGB value is (206,227,77). Sum of RGB (Red+Green+Blue) = 206+227+77=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 77 (30.47% from 255 or 15.10% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE34D is #311CB2. Grayscale: #CCCCCC. Windows color (decimal): -3218611 or 5104590. OLE color: 5104590.
HSL color Cylindrical-coordinate representation of color #CEE34D: hue angle of 68.4º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEE34D is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 77 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.11 |
| HSL | 68.4º | 0.73% | 0.6% | - |
| HSV(B) | 68.4º | 0.66% | 0.89% | - |
| XYZ | 54.26 | 68.6 | 17.4 | - |
| YUV | 203.62 | 56.54 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 77 | 0.09 | 0 | 0.66 | 0.11 | 68.4 | 0.73 | 0.6 |
| Hex | CE | E3 | 4D | 9 | 0 | 42 | B | 44 | 49 | 3C |
| Octal | 316 | 343 | 115 | 11 | 0 | 102 | 13 | 104 | 111 | 74 |
| Binary | 11001110 | 11100011 | 1001101 | 1001 | 0 | 1000010 | 1011 | 1000100 | 1001001 | 111100 |
Color Harmonies of #CEE34D
Complementary color
Monochromatic Colors of #CEE34D
Black with #CEE34D
Text Example
Text Example
White with #CEE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE34D; }
p { color: rgb(206,227,77); }
H1.HeaderClassName
{
color: #CEE34D;
}
.AnyTagClassName
{
color: #CEE34D;
}
</style>
background-color css
<style>
a { background-color: #CEE34D; }
a { background-color: rgb(206,227,77); }
div.DivClassName
{
background-color: #CEE34D;
}
.BgClassName
{
background-color: #CEE34D;
}
</style>
border-color css
<style>
span { border-color: #CEE34D; }
span { border-color: rgb(206,227,77); }
td.TdClassName
{
border-color: #CEE34D;
}
.TagClassName
{
border-color: #CEE34D;
}
</style>