Shades of Las Palmas #CBDF4E
Tints of Las Palmas #CBDF4E
RGB
CMYK
RGB Variations
Color information
#CBDF4E (or 0xCBDF4E) is known color: Las Palmas. HEX triplet: CB, DF and 4E. RGB value is (203,223,78). Sum of RGB (Red+Green+Blue) = 203+223+78=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 78 (30.86% from 255 or 15.48% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF4E is #3420B1. Grayscale: #C9C9C9. Windows color (decimal): -3416242 or 5169099. OLE color: 5169099.
HSL color Cylindrical-coordinate representation of color #CBDF4E: hue angle of 68.28º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CBDF4E is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 78 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.13 |
| HSL | 68.28º | 0.69% | 0.59% | - |
| HSV(B) | 68.28º | 0.65% | 0.87% | - |
| XYZ | 52.39 | 66.02 | 17.19 | - |
| YUV | 200.49 | 58.87 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 78 | 0.09 | 0 | 0.65 | 0.13 | 68.28 | 0.69 | 0.59 |
| Hex | CB | DF | 4E | 9 | 0 | 41 | D | 44 | 45 | 3B |
| Octal | 313 | 337 | 116 | 11 | 0 | 101 | 15 | 104 | 105 | 73 |
| Binary | 11001011 | 11011111 | 1001110 | 1001 | 0 | 1000001 | 1101 | 1000100 | 1000101 | 111011 |
Color Harmonies of #CBDF4E
Complementary color
Monochromatic Colors of #CBDF4E
Black with #CBDF4E
Text Example
Text Example
White with #CBDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF4E; }
p { color: rgb(203,223,78); }
H1.HeaderClassName
{
color: #CBDF4E;
}
.AnyTagClassName
{
color: #CBDF4E;
}
</style>
background-color css
<style>
a { background-color: #CBDF4E; }
a { background-color: rgb(203,223,78); }
div.DivClassName
{
background-color: #CBDF4E;
}
.BgClassName
{
background-color: #CBDF4E;
}
</style>
border-color css
<style>
span { border-color: #CBDF4E; }
span { border-color: rgb(203,223,78); }
td.TdClassName
{
border-color: #CBDF4E;
}
.TagClassName
{
border-color: #CBDF4E;
}
</style>