Shades of Las Palmas #CEE646
Tints of Las Palmas #CEE646
RGB
CMYK
RGB Variations
Color information
#CEE646 (or 0xCEE646) is known color: Las Palmas. HEX triplet: CE, E6 and 46. RGB value is (206,230,70). Sum of RGB (Red+Green+Blue) = 206+230+70=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 230 (90.23% from 255 or 45.45% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE646 is #3119B9. Grayscale: #CDCDCD. Windows color (decimal): -3217850 or 4646606. OLE color: 4646606.
HSL color Cylindrical-coordinate representation of color #CEE646: hue angle of 69º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEE646 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 70 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.10 |
| HSL | 69º | 0.76% | 0.59% | - |
| HSV(B) | 69º | 0.7% | 0.9% | - |
| XYZ | 54.86 | 70.16 | 16.44 | - |
| YUV | 204.58 | 52.05 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 70 | 0.10 | 0 | 0.70 | 0.10 | 69 | 0.76 | 0.59 |
| Hex | CE | E6 | 46 | A | 0 | 46 | A | 45 | 4C | 3B |
| Octal | 316 | 346 | 106 | 12 | 0 | 106 | 12 | 105 | 114 | 73 |
| Binary | 11001110 | 11100110 | 1000110 | 1010 | 0 | 1000110 | 1010 | 1000101 | 1001100 | 111011 |
Color Harmonies of #CEE646
Complementary color
Monochromatic Colors of #CEE646
Black with #CEE646
Text Example
Text Example
White with #CEE646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE646; }
p { color: rgb(206,230,70); }
H1.HeaderClassName
{
color: #CEE646;
}
.AnyTagClassName
{
color: #CEE646;
}
</style>
background-color css
<style>
a { background-color: #CEE646; }
a { background-color: rgb(206,230,70); }
div.DivClassName
{
background-color: #CEE646;
}
.BgClassName
{
background-color: #CEE646;
}
</style>
border-color css
<style>
span { border-color: #CEE646; }
span { border-color: rgb(206,230,70); }
td.TdClassName
{
border-color: #CEE646;
}
.TagClassName
{
border-color: #CEE646;
}
</style>