Shades of Las Palmas #CEE950
Tints of Las Palmas #CEE950
RGB
CMYK
RGB Variations
Color information
#CEE950 (or 0xCEE950) is known color: Las Palmas. HEX triplet: CE, E9 and 50. RGB value is (206,233,80). Sum of RGB (Red+Green+Blue) = 206+233+80=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 233 (91.41% from 255 or 44.89% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE950 is #3116AF. Grayscale: #D0D0D0. Windows color (decimal): -3217072 or 5302734. OLE color: 5302734.
HSL color Cylindrical-coordinate representation of color #CEE950: hue angle of 70.59º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEE950 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 233 | 80 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.09 |
| HSL | 70.59º | 0.78% | 0.61% | - |
| HSV(B) | 70.59º | 0.66% | 0.91% | - |
| XYZ | 56.04 | 71.98 | 18.53 | - |
| YUV | 207.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 233 | 80 | 0.12 | 0 | 0.66 | 0.09 | 70.59 | 0.78 | 0.61 |
| Hex | CE | E9 | 50 | C | 0 | 42 | 9 | 47 | 4E | 3D |
| Octal | 316 | 351 | 120 | 14 | 0 | 102 | 11 | 107 | 116 | 75 |
| Binary | 11001110 | 11101001 | 1010000 | 1100 | 0 | 1000010 | 1001 | 1000111 | 1001110 | 111101 |
Color Harmonies of #CEE950
Complementary color
Monochromatic Colors of #CEE950
Black with #CEE950
Text Example
Text Example
White with #CEE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE950; }
p { color: rgb(206,233,80); }
H1.HeaderClassName
{
color: #CEE950;
}
.AnyTagClassName
{
color: #CEE950;
}
</style>
background-color css
<style>
a { background-color: #CEE950; }
a { background-color: rgb(206,233,80); }
div.DivClassName
{
background-color: #CEE950;
}
.BgClassName
{
background-color: #CEE950;
}
</style>
border-color css
<style>
span { border-color: #CEE950; }
span { border-color: rgb(206,233,80); }
td.TdClassName
{
border-color: #CEE950;
}
.TagClassName
{
border-color: #CEE950;
}
</style>