Shades of Las Palmas #CCE34F
Tints of Las Palmas #CCE34F
RGB
CMYK
RGB Variations
Color information
#CCE34F (or 0xCCE34F) is known color: Las Palmas. HEX triplet: CC, E3 and 4F. RGB value is (204,227,79). Sum of RGB (Red+Green+Blue) = 204+227+79=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 79 (31.25% from 255 or 15.49% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE34F is #331CB0. Grayscale: #CBCBCB. Windows color (decimal): -3349681 or 5235660. OLE color: 5235660.
HSL color Cylindrical-coordinate representation of color #CCE34F: hue angle of 69.32º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCE34F is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 79 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.11 |
| HSL | 69.32º | 0.73% | 0.6% | - |
| HSV(B) | 69.32º | 0.65% | 0.89% | - |
| XYZ | 53.78 | 68.34 | 17.75 | - |
| YUV | 203.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 79 | 0.10 | 0 | 0.65 | 0.11 | 69.32 | 0.73 | 0.6 |
| Hex | CC | E3 | 4F | A | 0 | 41 | B | 45 | 49 | 3C |
| Octal | 314 | 343 | 117 | 12 | 0 | 101 | 13 | 105 | 111 | 74 |
| Binary | 11001100 | 11100011 | 1001111 | 1010 | 0 | 1000001 | 1011 | 1000101 | 1001001 | 111100 |
Color Harmonies of #CCE34F
Complementary color
Monochromatic Colors of #CCE34F
Black with #CCE34F
Text Example
Text Example
White with #CCE34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE34F; }
p { color: rgb(204,227,79); }
H1.HeaderClassName
{
color: #CCE34F;
}
.AnyTagClassName
{
color: #CCE34F;
}
</style>
background-color css
<style>
a { background-color: #CCE34F; }
a { background-color: rgb(204,227,79); }
div.DivClassName
{
background-color: #CCE34F;
}
.BgClassName
{
background-color: #CCE34F;
}
</style>
border-color css
<style>
span { border-color: #CCE34F; }
span { border-color: rgb(204,227,79); }
td.TdClassName
{
border-color: #CCE34F;
}
.TagClassName
{
border-color: #CCE34F;
}
</style>