Shades of Las Palmas #CEE341
Tints of Las Palmas #CEE341
RGB
CMYK
RGB Variations
Color information
#CEE341 (or 0xCEE341) is known color: Las Palmas. HEX triplet: CE, E3 and 41. RGB value is (206,227,65). Sum of RGB (Red+Green+Blue) = 206+227+65=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE341 is #311CBE. Grayscale: #CACACA. Windows color (decimal): -3218623 or 4318158. OLE color: 4318158.
HSL color Cylindrical-coordinate representation of color #CEE341: hue angle of 67.78º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEE341 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 65 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.11 |
| HSL | 67.78º | 0.74% | 0.57% | - |
| HSV(B) | 67.78º | 0.71% | 0.89% | - |
| XYZ | 53.88 | 68.44 | 15.37 | - |
| YUV | 202.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 65 | 0.09 | 0 | 0.71 | 0.11 | 67.78 | 0.74 | 0.57 |
| Hex | CE | E3 | 41 | 9 | 0 | 47 | B | 44 | 4A | 39 |
| Octal | 316 | 343 | 101 | 11 | 0 | 107 | 13 | 104 | 112 | 71 |
| Binary | 11001110 | 11100011 | 1000001 | 1001 | 0 | 1000111 | 1011 | 1000100 | 1001010 | 111001 |
Color Harmonies of #CEE341
Complementary color
Monochromatic Colors of #CEE341
Black with #CEE341
Text Example
Text Example
White with #CEE341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE341; }
p { color: rgb(206,227,65); }
H1.HeaderClassName
{
color: #CEE341;
}
.AnyTagClassName
{
color: #CEE341;
}
</style>
background-color css
<style>
a { background-color: #CEE341; }
a { background-color: rgb(206,227,65); }
div.DivClassName
{
background-color: #CEE341;
}
.BgClassName
{
background-color: #CEE341;
}
</style>
border-color css
<style>
span { border-color: #CEE341; }
span { border-color: rgb(206,227,65); }
td.TdClassName
{
border-color: #CEE341;
}
.TagClassName
{
border-color: #CEE341;
}
</style>