Shades of Las Palmas #CEE74F
Tints of Las Palmas #CEE74F
RGB
CMYK
RGB Variations
Color information
#CEE74F (or 0xCEE74F) is known color: Las Palmas. HEX triplet: CE, E7 and 4F. RGB value is (206,231,79). Sum of RGB (Red+Green+Blue) = 206+231+79=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 79 (31.25% from 255 or 15.31% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE74F is #3118B0. Grayscale: #CECECE. Windows color (decimal): -3217585 or 5236686. OLE color: 5236686.
HSL color Cylindrical-coordinate representation of color #CEE74F: hue angle of 69.87º degrees, saturation: 0.76, 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 #CEE74F is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 79 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.09 |
| HSL | 69.87º | 0.76% | 0.61% | - |
| HSV(B) | 69.87º | 0.66% | 0.91% | - |
| XYZ | 55.44 | 70.84 | 18.15 | - |
| YUV | 206.2 | 56.22 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 79 | 0.11 | 0 | 0.66 | 0.09 | 69.87 | 0.76 | 0.61 |
| Hex | CE | E7 | 4F | B | 0 | 42 | 9 | 46 | 4C | 3D |
| Octal | 316 | 347 | 117 | 13 | 0 | 102 | 11 | 106 | 114 | 75 |
| Binary | 11001110 | 11100111 | 1001111 | 1011 | 0 | 1000010 | 1001 | 1000110 | 1001100 | 111101 |
Color Harmonies of #CEE74F
Complementary color
Monochromatic Colors of #CEE74F
Black with #CEE74F
Text Example
Text Example
White with #CEE74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE74F; }
p { color: rgb(206,231,79); }
H1.HeaderClassName
{
color: #CEE74F;
}
.AnyTagClassName
{
color: #CEE74F;
}
</style>
background-color css
<style>
a { background-color: #CEE74F; }
a { background-color: rgb(206,231,79); }
div.DivClassName
{
background-color: #CEE74F;
}
.BgClassName
{
background-color: #CEE74F;
}
</style>
border-color css
<style>
span { border-color: #CEE74F; }
span { border-color: rgb(206,231,79); }
td.TdClassName
{
border-color: #CEE74F;
}
.TagClassName
{
border-color: #CEE74F;
}
</style>