Shades of Las Palmas #CBDC4F
Tints of Las Palmas #CBDC4F
RGB
CMYK
RGB Variations
Color information
#CBDC4F (or 0xCBDC4F) is known color: Las Palmas. HEX triplet: CB, DC and 4F. RGB value is (203,220,79). Sum of RGB (Red+Green+Blue) = 203+220+79=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 79 (31.25% from 255 or 15.74% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDC4F is #3423B0. Grayscale: #C7C7C7. Windows color (decimal): -3417009 or 5233867. OLE color: 5233867.
HSL color Cylindrical-coordinate representation of color #CBDC4F: hue angle of 67.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CBDC4F is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 220 | 79 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.14 |
| HSL | 67.23º | 0.67% | 0.59% | - |
| HSV(B) | 67.23º | 0.64% | 0.86% | - |
| XYZ | 51.63 | 64.45 | 17.12 | - |
| YUV | 198.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 79 | 0.08 | 0 | 0.64 | 0.14 | 67.23 | 0.67 | 0.59 |
| Hex | CB | DC | 4F | 8 | 0 | 40 | E | 43 | 43 | 3B |
| Octal | 313 | 334 | 117 | 10 | 0 | 100 | 16 | 103 | 103 | 73 |
| Binary | 11001011 | 11011100 | 1001111 | 1000 | 0 | 1000000 | 1110 | 1000011 | 1000011 | 111011 |
Color Harmonies of #CBDC4F
Complementary color
Monochromatic Colors of #CBDC4F
Black with #CBDC4F
Text Example
Text Example
White with #CBDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDC4F; }
p { color: rgb(203,220,79); }
H1.HeaderClassName
{
color: #CBDC4F;
}
.AnyTagClassName
{
color: #CBDC4F;
}
</style>
background-color css
<style>
a { background-color: #CBDC4F; }
a { background-color: rgb(203,220,79); }
div.DivClassName
{
background-color: #CBDC4F;
}
.BgClassName
{
background-color: #CBDC4F;
}
</style>
border-color css
<style>
span { border-color: #CBDC4F; }
span { border-color: rgb(203,220,79); }
td.TdClassName
{
border-color: #CBDC4F;
}
.TagClassName
{
border-color: #CBDC4F;
}
</style>