Shades of Las Palmas #CDE34C
Tints of Las Palmas #CDE34C
RGB
CMYK
RGB Variations
Color information
#CDE34C (or 0xCDE34C) is known color: Las Palmas. HEX triplet: CD, E3 and 4C. RGB value is (205,227,76). Sum of RGB (Red+Green+Blue) = 205+227+76=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 76 (30.08% from 255 or 14.96% from 508); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE34C is #321CB3. Grayscale: #CBCBCB. Windows color (decimal): -3284148 or 5039053. OLE color: 5039053.
HSL color Cylindrical-coordinate representation of color #CDE34C: hue angle of 68.74º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDE34C is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 76 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.11 |
| HSL | 68.74º | 0.73% | 0.59% | - |
| HSV(B) | 68.74º | 0.67% | 0.89% | - |
| XYZ | 53.95 | 68.44 | 17.2 | - |
| YUV | 203.21 | 56.21 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 76 | 0.10 | 0 | 0.67 | 0.11 | 68.74 | 0.73 | 0.59 |
| Hex | CD | E3 | 4C | A | 0 | 43 | B | 45 | 49 | 3B |
| Octal | 315 | 343 | 114 | 12 | 0 | 103 | 13 | 105 | 111 | 73 |
| Binary | 11001101 | 11100011 | 1001100 | 1010 | 0 | 1000011 | 1011 | 1000101 | 1001001 | 111011 |
Color Harmonies of #CDE34C
Complementary color
Monochromatic Colors of #CDE34C
Black with #CDE34C
Text Example
Text Example
White with #CDE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE34C; }
p { color: rgb(205,227,76); }
H1.HeaderClassName
{
color: #CDE34C;
}
.AnyTagClassName
{
color: #CDE34C;
}
</style>
background-color css
<style>
a { background-color: #CDE34C; }
a { background-color: rgb(205,227,76); }
div.DivClassName
{
background-color: #CDE34C;
}
.BgClassName
{
background-color: #CDE34C;
}
</style>
border-color css
<style>
span { border-color: #CDE34C; }
span { border-color: rgb(205,227,76); }
td.TdClassName
{
border-color: #CDE34C;
}
.TagClassName
{
border-color: #CDE34C;
}
</style>