Shades of Las Palmas #CCEE4B
Tints of Las Palmas #CCEE4B
RGB
CMYK
RGB Variations
Color information
#CCEE4B (or 0xCCEE4B) is known color: Las Palmas. HEX triplet: CC, EE and 4B. RGB value is (204,238,75). Sum of RGB (Red+Green+Blue) = 204+238+75=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE4B is #3311B4. Grayscale: #D1D1D1. Windows color (decimal): -3346869 or 4976332. OLE color: 4976332.
HSL color Cylindrical-coordinate representation of color #CCEE4B: hue angle of 72.52º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCEE4B is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 238 | 75 | - |
CMYK | 0.14 | 0 | 0.68 | 0.07 |
HSL | 72.52º | 0.83% | 0.61% | - |
HSV(B) | 72.52º | 0.68% | 0.93% | - |
XYZ | 56.75 | 74.49 | 18.04 | - |
YUV | 209.25 | 52.24 | 124.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 238 | 75 | 0.14 | 0 | 0.68 | 0.07 | 72.52 | 0.83 | 0.61 |
Hex | CC | EE | 4B | E | 0 | 44 | 7 | 49 | 53 | 3D |
Octal | 314 | 356 | 113 | 16 | 0 | 104 | 7 | 111 | 123 | 75 |
Binary | 11001100 | 11101110 | 1001011 | 1110 | 0 | 1000100 | 111 | 1001001 | 1010011 | 111101 |
Color Harmonies of #CCEE4B
Complementary color
Monochromatic Colors of #CCEE4B
Black with #CCEE4B
Text Example
Text Example
White with #CCEE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE4B; }
p { color: rgb(204,238,75); }
H1.HeaderClassName
{
color: #CCEE4B;
}
.AnyTagClassName
{
color: #CCEE4B;
}
</style>
background-color css
<style>
a { background-color: #CCEE4B; }
a { background-color: rgb(204,238,75); }
div.DivClassName
{
background-color: #CCEE4B;
}
.BgClassName
{
background-color: #CCEE4B;
}
</style>
border-color css
<style>
span { border-color: #CCEE4B; }
span { border-color: rgb(204,238,75); }
td.TdClassName
{
border-color: #CCEE4B;
}
.TagClassName
{
border-color: #CCEE4B;
}
</style>