Shades of Las Palmas #CCE74E
Tints of Las Palmas #CCE74E
RGB
CMYK
RGB Variations
Color information
#CCE74E (or 0xCCE74E) is known color: Las Palmas. HEX triplet: CC, E7 and 4E. RGB value is (204,231,78). Sum of RGB (Red+Green+Blue) = 204+231+78=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 78 (30.86% from 255 or 15.20% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCE74E is #3318B1. Grayscale: #CECECE. Windows color (decimal): -3348658 or 5171148. OLE color: 5171148.
HSL color Cylindrical-coordinate representation of color #CCE74E: hue angle of 70.59º 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 #CCE74E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 78 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.09 |
| HSL | 70.59º | 0.76% | 0.61% | - |
| HSV(B) | 70.59º | 0.66% | 0.91% | - |
| XYZ | 54.85 | 70.54 | 17.93 | - |
| YUV | 205.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 78 | 0.12 | 0 | 0.66 | 0.09 | 70.59 | 0.76 | 0.61 |
| Hex | CC | E7 | 4E | C | 0 | 42 | 9 | 47 | 4C | 3D |
| Octal | 314 | 347 | 116 | 14 | 0 | 102 | 11 | 107 | 114 | 75 |
| Binary | 11001100 | 11100111 | 1001110 | 1100 | 0 | 1000010 | 1001 | 1000111 | 1001100 | 111101 |
Color Harmonies of #CCE74E
Complementary color
Monochromatic Colors of #CCE74E
Black with #CCE74E
Text Example
Text Example
White with #CCE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE74E; }
p { color: rgb(204,231,78); }
H1.HeaderClassName
{
color: #CCE74E;
}
.AnyTagClassName
{
color: #CCE74E;
}
</style>
background-color css
<style>
a { background-color: #CCE74E; }
a { background-color: rgb(204,231,78); }
div.DivClassName
{
background-color: #CCE74E;
}
.BgClassName
{
background-color: #CCE74E;
}
</style>
border-color css
<style>
span { border-color: #CCE74E; }
span { border-color: rgb(204,231,78); }
td.TdClassName
{
border-color: #CCE74E;
}
.TagClassName
{
border-color: #CCE74E;
}
</style>