Shades of Las Palmas #CEE74D
Tints of Las Palmas #CEE74D
RGB
CMYK
RGB Variations
Color information
#CEE74D (or 0xCEE74D) is known color: Las Palmas. HEX triplet: CE, E7 and 4D. RGB value is (206,231,77). Sum of RGB (Red+Green+Blue) = 206+231+77=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE74D is #3118B2. Grayscale: #CECECE. Windows color (decimal): -3217587 or 5105614. OLE color: 5105614.
HSL color Cylindrical-coordinate representation of color #CEE74D: hue angle of 69.74º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEE74D is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 77 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.09 |
| HSL | 69.74º | 0.76% | 0.6% | - |
| HSV(B) | 69.74º | 0.67% | 0.91% | - |
| XYZ | 55.37 | 70.81 | 17.77 | - |
| YUV | 205.97 | 55.22 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 77 | 0.11 | 0 | 0.67 | 0.09 | 69.74 | 0.76 | 0.6 |
| Hex | CE | E7 | 4D | B | 0 | 43 | 9 | 46 | 4C | 3C |
| Octal | 316 | 347 | 115 | 13 | 0 | 103 | 11 | 106 | 114 | 74 |
| Binary | 11001110 | 11100111 | 1001101 | 1011 | 0 | 1000011 | 1001 | 1000110 | 1001100 | 111100 |
Color Harmonies of #CEE74D
Complementary color
Monochromatic Colors of #CEE74D
Black with #CEE74D
Text Example
Text Example
White with #CEE74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE74D; }
p { color: rgb(206,231,77); }
H1.HeaderClassName
{
color: #CEE74D;
}
.AnyTagClassName
{
color: #CEE74D;
}
</style>
background-color css
<style>
a { background-color: #CEE74D; }
a { background-color: rgb(206,231,77); }
div.DivClassName
{
background-color: #CEE74D;
}
.BgClassName
{
background-color: #CEE74D;
}
</style>
border-color css
<style>
span { border-color: #CEE74D; }
span { border-color: rgb(206,231,77); }
td.TdClassName
{
border-color: #CEE74D;
}
.TagClassName
{
border-color: #CEE74D;
}
</style>