Shades of Las Palmas #CEE343
Tints of Las Palmas #CEE343
RGB
CMYK
RGB Variations
Color information
#CEE343 (or 0xCEE343) is known color: Las Palmas. HEX triplet: CE, E3 and 43. RGB value is (206,227,67). Sum of RGB (Red+Green+Blue) = 206+227+67=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 67 (26.56% from 255 or 13.4% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE343 is #311CBC. Grayscale: #CBCBCB. Windows color (decimal): -3218621 or 4449230. OLE color: 4449230.
HSL color Cylindrical-coordinate representation of color #CEE343: hue angle of 67.88º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEE343 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 227 | 67 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.11 |
| HSL | 67.88º | 0.74% | 0.58% | - |
| HSV(B) | 67.88º | 0.7% | 0.89% | - |
| XYZ | 53.94 | 68.47 | 15.68 | - |
| YUV | 202.48 | 51.54 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 67 | 0.09 | 0 | 0.70 | 0.11 | 67.88 | 0.74 | 0.58 |
| Hex | CE | E3 | 43 | 9 | 0 | 46 | B | 44 | 4A | 3A |
| Octal | 316 | 343 | 103 | 11 | 0 | 106 | 13 | 104 | 112 | 72 |
| Binary | 11001110 | 11100011 | 1000011 | 1001 | 0 | 1000110 | 1011 | 1000100 | 1001010 | 111010 |
Color Harmonies of #CEE343
Complementary color
Monochromatic Colors of #CEE343
Black with #CEE343
Text Example
Text Example
White with #CEE343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE343; }
p { color: rgb(206,227,67); }
H1.HeaderClassName
{
color: #CEE343;
}
.AnyTagClassName
{
color: #CEE343;
}
</style>
background-color css
<style>
a { background-color: #CEE343; }
a { background-color: rgb(206,227,67); }
div.DivClassName
{
background-color: #CEE343;
}
.BgClassName
{
background-color: #CEE343;
}
</style>
border-color css
<style>
span { border-color: #CEE343; }
span { border-color: rgb(206,227,67); }
td.TdClassName
{
border-color: #CEE343;
}
.TagClassName
{
border-color: #CEE343;
}
</style>