Shades of Las Palmas #CBDD4F
Tints of Las Palmas #CBDD4F
RGB
CMYK
RGB Variations
Color information
#CBDD4F (or 0xCBDD4F) is known color: Las Palmas. HEX triplet: CB, DD and 4F. RGB value is (203,221,79). Sum of RGB (Red+Green+Blue) = 203+221+79=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 79 (31.25% from 255 or 15.71% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD4F is #3422B0. Grayscale: #C7C7C7. Windows color (decimal): -3416753 or 5234123. OLE color: 5234123.
HSL color Cylindrical-coordinate representation of color #CBDD4F: hue angle of 67.61º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBDD4F is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 79 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.13 |
| HSL | 67.61º | 0.68% | 0.59% | - |
| HSV(B) | 67.61º | 0.64% | 0.87% | - |
| XYZ | 51.9 | 64.97 | 17.2 | - |
| YUV | 199.43 | 60.04 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 79 | 0.08 | 0 | 0.64 | 0.13 | 67.61 | 0.68 | 0.59 |
| Hex | CB | DD | 4F | 8 | 0 | 40 | D | 44 | 44 | 3B |
| Octal | 313 | 335 | 117 | 10 | 0 | 100 | 15 | 104 | 104 | 73 |
| Binary | 11001011 | 11011101 | 1001111 | 1000 | 0 | 1000000 | 1101 | 1000100 | 1000100 | 111011 |
Color Harmonies of #CBDD4F
Complementary color
Monochromatic Colors of #CBDD4F
Black with #CBDD4F
Text Example
Text Example
White with #CBDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD4F; }
p { color: rgb(203,221,79); }
H1.HeaderClassName
{
color: #CBDD4F;
}
.AnyTagClassName
{
color: #CBDD4F;
}
</style>
background-color css
<style>
a { background-color: #CBDD4F; }
a { background-color: rgb(203,221,79); }
div.DivClassName
{
background-color: #CBDD4F;
}
.BgClassName
{
background-color: #CBDD4F;
}
</style>
border-color css
<style>
span { border-color: #CBDD4F; }
span { border-color: rgb(203,221,79); }
td.TdClassName
{
border-color: #CBDD4F;
}
.TagClassName
{
border-color: #CBDD4F;
}
</style>