Shades of Las Palmas #CDE33F
Tints of Las Palmas #CDE33F
RGB
CMYK
RGB Variations
Color information
#CDE33F (or 0xCDE33F) is known color: Las Palmas. HEX triplet: CD, E3 and 3F. RGB value is (205,227,63). Sum of RGB (Red+Green+Blue) = 205+227+63=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 63 (25% from 255 or 12.73% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE33F is #321CC0. Grayscale: #CACACA. Windows color (decimal): -3284161 or 4187085. OLE color: 4187085.
HSL color Cylindrical-coordinate representation of color #CDE33F: hue angle of 68.05º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDE33F is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 227 | 63 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.11 |
| HSL | 68.05º | 0.75% | 0.57% | - |
| HSV(B) | 68.05º | 0.72% | 0.89% | - |
| XYZ | 53.54 | 68.28 | 15.06 | - |
| YUV | 201.73 | 49.71 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 63 | 0.10 | 0 | 0.72 | 0.11 | 68.05 | 0.75 | 0.57 |
| Hex | CD | E3 | 3F | A | 0 | 48 | B | 44 | 4B | 39 |
| Octal | 315 | 343 | 77 | 12 | 0 | 110 | 13 | 104 | 113 | 71 |
| Binary | 11001101 | 11100011 | 111111 | 1010 | 0 | 1001000 | 1011 | 1000100 | 1001011 | 111001 |
Color Harmonies of #CDE33F
Complementary color
Monochromatic Colors of #CDE33F
Black with #CDE33F
Text Example
Text Example
White with #CDE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE33F; }
p { color: rgb(205,227,63); }
H1.HeaderClassName
{
color: #CDE33F;
}
.AnyTagClassName
{
color: #CDE33F;
}
</style>
background-color css
<style>
a { background-color: #CDE33F; }
a { background-color: rgb(205,227,63); }
div.DivClassName
{
background-color: #CDE33F;
}
.BgClassName
{
background-color: #CDE33F;
}
</style>
border-color css
<style>
span { border-color: #CDE33F; }
span { border-color: rgb(205,227,63); }
td.TdClassName
{
border-color: #CDE33F;
}
.TagClassName
{
border-color: #CDE33F;
}
</style>