Shades of Las Palmas #CEE74B
Tints of Las Palmas #CEE74B
RGB
CMYK
RGB Variations
Color information
#CEE74B (or 0xCEE74B) is known color: Las Palmas. HEX triplet: CE, E7 and 4B. RGB value is (206,231,75). Sum of RGB (Red+Green+Blue) = 206+231+75=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 75 (29.69% from 255 or 14.65% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE74B is #3118B4. Grayscale: #CECECE. Windows color (decimal): -3217589 or 4974542. OLE color: 4974542.
HSL color Cylindrical-coordinate representation of color #CEE74B: hue angle of 69.62º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEE74B is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 75 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.09 |
| HSL | 69.62º | 0.76% | 0.6% | - |
| HSV(B) | 69.62º | 0.68% | 0.91% | - |
| XYZ | 55.3 | 70.78 | 17.4 | - |
| YUV | 205.74 | 54.22 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 75 | 0.11 | 0 | 0.68 | 0.09 | 69.62 | 0.76 | 0.6 |
| Hex | CE | E7 | 4B | B | 0 | 44 | 9 | 46 | 4C | 3C |
| Octal | 316 | 347 | 113 | 13 | 0 | 104 | 11 | 106 | 114 | 74 |
| Binary | 11001110 | 11100111 | 1001011 | 1011 | 0 | 1000100 | 1001 | 1000110 | 1001100 | 111100 |
Color Harmonies of #CEE74B
Complementary color
Monochromatic Colors of #CEE74B
Black with #CEE74B
Text Example
Text Example
White with #CEE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE74B; }
p { color: rgb(206,231,75); }
H1.HeaderClassName
{
color: #CEE74B;
}
.AnyTagClassName
{
color: #CEE74B;
}
</style>
background-color css
<style>
a { background-color: #CEE74B; }
a { background-color: rgb(206,231,75); }
div.DivClassName
{
background-color: #CEE74B;
}
.BgClassName
{
background-color: #CEE74B;
}
</style>
border-color css
<style>
span { border-color: #CEE74B; }
span { border-color: rgb(206,231,75); }
td.TdClassName
{
border-color: #CEE74B;
}
.TagClassName
{
border-color: #CEE74B;
}
</style>