Shades of Las Palmas #CCE34E
Tints of Las Palmas #CCE34E
RGB
CMYK
RGB Variations
Color information
#CCE34E (or 0xCCE34E) is known color: Las Palmas. HEX triplet: CC, E3 and 4E. RGB value is (204,227,78). Sum of RGB (Red+Green+Blue) = 204+227+78=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 78 (30.86% from 255 or 15.32% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE34E is #331CB1. Grayscale: #CBCBCB. Windows color (decimal): -3349682 or 5170124. OLE color: 5170124.
HSL color Cylindrical-coordinate representation of color #CCE34E: hue angle of 69.26º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCE34E is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 78 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.11 |
| HSL | 69.26º | 0.73% | 0.6% | - |
| HSV(B) | 69.26º | 0.66% | 0.89% | - |
| XYZ | 53.75 | 68.33 | 17.56 | - |
| YUV | 203.14 | 57.38 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 78 | 0.10 | 0 | 0.66 | 0.11 | 69.26 | 0.73 | 0.6 |
| Hex | CC | E3 | 4E | A | 0 | 42 | B | 45 | 49 | 3C |
| Octal | 314 | 343 | 116 | 12 | 0 | 102 | 13 | 105 | 111 | 74 |
| Binary | 11001100 | 11100011 | 1001110 | 1010 | 0 | 1000010 | 1011 | 1000101 | 1001001 | 111100 |
Color Harmonies of #CCE34E
Complementary color
Monochromatic Colors of #CCE34E
Black with #CCE34E
Text Example
Text Example
White with #CCE34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE34E; }
p { color: rgb(204,227,78); }
H1.HeaderClassName
{
color: #CCE34E;
}
.AnyTagClassName
{
color: #CCE34E;
}
</style>
background-color css
<style>
a { background-color: #CCE34E; }
a { background-color: rgb(204,227,78); }
div.DivClassName
{
background-color: #CCE34E;
}
.BgClassName
{
background-color: #CCE34E;
}
</style>
border-color css
<style>
span { border-color: #CCE34E; }
span { border-color: rgb(204,227,78); }
td.TdClassName
{
border-color: #CCE34E;
}
.TagClassName
{
border-color: #CCE34E;
}
</style>