Shades of Las Palmas #CBDF40
Tints of Las Palmas #CBDF40
RGB
CMYK
RGB Variations
Color information
#CBDF40 (or 0xCBDF40) is known color: Las Palmas. HEX triplet: CB, DF and 40. RGB value is (203,223,64). Sum of RGB (Red+Green+Blue) = 203+223+64=490 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.43% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDF40 is #3420BF. Grayscale: #C7C7C7. Windows color (decimal): -3416256 or 4251595. OLE color: 4251595.
HSL color Cylindrical-coordinate representation of color #CBDF40: hue angle of 67.55º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBDF40 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 64 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.13 |
| HSL | 67.55º | 0.71% | 0.56% | - |
| HSV(B) | 67.55º | 0.71% | 0.87% | - |
| XYZ | 51.94 | 65.84 | 14.82 | - |
| YUV | 198.89 | 51.87 | 130.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 64 | 0.09 | 0 | 0.71 | 0.13 | 67.55 | 0.71 | 0.56 |
| Hex | CB | DF | 40 | 9 | 0 | 47 | D | 44 | 47 | 38 |
| Octal | 313 | 337 | 100 | 11 | 0 | 107 | 15 | 104 | 107 | 70 |
| Binary | 11001011 | 11011111 | 1000000 | 1001 | 0 | 1000111 | 1101 | 1000100 | 1000111 | 111000 |
Color Harmonies of #CBDF40
Complementary color
Monochromatic Colors of #CBDF40
Black with #CBDF40
Text Example
Text Example
White with #CBDF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF40; }
p { color: rgb(203,223,64); }
H1.HeaderClassName
{
color: #CBDF40;
}
.AnyTagClassName
{
color: #CBDF40;
}
</style>
background-color css
<style>
a { background-color: #CBDF40; }
a { background-color: rgb(203,223,64); }
div.DivClassName
{
background-color: #CBDF40;
}
.BgClassName
{
background-color: #CBDF40;
}
</style>
border-color css
<style>
span { border-color: #CBDF40; }
span { border-color: rgb(203,223,64); }
td.TdClassName
{
border-color: #CBDF40;
}
.TagClassName
{
border-color: #CBDF40;
}
</style>