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