Shades of Las Palmas #CDE04B
Tints of Las Palmas #CDE04B
RGB
CMYK
RGB Variations
Color information
#CDE04B (or 0xCDE04B) is known color: Las Palmas. HEX triplet: CD, E0 and 4B. RGB value is (205,224,75). Sum of RGB (Red+Green+Blue) = 205+224+75=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 224 (87.89% from 255 or 44.44% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE04B is #321FB4. Grayscale: #C9C9C9. Windows color (decimal): -3284917 or 4972749. OLE color: 4972749.
HSL color Cylindrical-coordinate representation of color #CDE04B: hue angle of 67.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDE04B is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 224 | 75 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.12 |
| HSL | 67.65º | 0.71% | 0.59% | - |
| HSV(B) | 67.65º | 0.67% | 0.88% | - |
| XYZ | 53.1 | 66.8 | 16.75 | - |
| YUV | 201.33 | 56.71 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 75 | 0.08 | 0 | 0.67 | 0.12 | 67.65 | 0.71 | 0.59 |
| Hex | CD | E0 | 4B | 8 | 0 | 43 | C | 44 | 47 | 3B |
| Octal | 315 | 340 | 113 | 10 | 0 | 103 | 14 | 104 | 107 | 73 |
| Binary | 11001101 | 11100000 | 1001011 | 1000 | 0 | 1000011 | 1100 | 1000100 | 1000111 | 111011 |
Color Harmonies of #CDE04B
Complementary color
Monochromatic Colors of #CDE04B
Black with #CDE04B
Text Example
Text Example
White with #CDE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE04B; }
p { color: rgb(205,224,75); }
H1.HeaderClassName
{
color: #CDE04B;
}
.AnyTagClassName
{
color: #CDE04B;
}
</style>
background-color css
<style>
a { background-color: #CDE04B; }
a { background-color: rgb(205,224,75); }
div.DivClassName
{
background-color: #CDE04B;
}
.BgClassName
{
background-color: #CDE04B;
}
</style>
border-color css
<style>
span { border-color: #CDE04B; }
span { border-color: rgb(205,224,75); }
td.TdClassName
{
border-color: #CDE04B;
}
.TagClassName
{
border-color: #CDE04B;
}
</style>