Shades of Las Palmas #CDE34A
Tints of Las Palmas #CDE34A
RGB
CMYK
RGB Variations
Color information
#CDE34A (or 0xCDE34A) is known color: Las Palmas. HEX triplet: CD, E3 and 4A. RGB value is (205,227,74). Sum of RGB (Red+Green+Blue) = 205+227+74=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 74 (29.30% from 255 or 14.62% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE34A is #321CB5. Grayscale: #CBCBCB. Windows color (decimal): -3284150 or 4907981. OLE color: 4907981.
HSL color Cylindrical-coordinate representation of color #CDE34A: hue angle of 68.63º 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 #CDE34A is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 74 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.11 |
| HSL | 68.63º | 0.73% | 0.59% | - |
| HSV(B) | 68.63º | 0.67% | 0.89% | - |
| XYZ | 53.88 | 68.41 | 16.84 | - |
| YUV | 202.98 | 55.21 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 74 | 0.10 | 0 | 0.67 | 0.11 | 68.63 | 0.73 | 0.59 |
| Hex | CD | E3 | 4A | A | 0 | 43 | B | 45 | 49 | 3B |
| Octal | 315 | 343 | 112 | 12 | 0 | 103 | 13 | 105 | 111 | 73 |
| Binary | 11001101 | 11100011 | 1001010 | 1010 | 0 | 1000011 | 1011 | 1000101 | 1001001 | 111011 |
Color Harmonies of #CDE34A
Complementary color
Monochromatic Colors of #CDE34A
Black with #CDE34A
Text Example
Text Example
White with #CDE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE34A; }
p { color: rgb(205,227,74); }
H1.HeaderClassName
{
color: #CDE34A;
}
.AnyTagClassName
{
color: #CDE34A;
}
</style>
background-color css
<style>
a { background-color: #CDE34A; }
a { background-color: rgb(205,227,74); }
div.DivClassName
{
background-color: #CDE34A;
}
.BgClassName
{
background-color: #CDE34A;
}
</style>
border-color css
<style>
span { border-color: #CDE34A; }
span { border-color: rgb(205,227,74); }
td.TdClassName
{
border-color: #CDE34A;
}
.TagClassName
{
border-color: #CDE34A;
}
</style>