Shades of Las Palmas #CBD039
Tints of Las Palmas #CBD039
RGB
CMYK
RGB Variations
Color information
#CBD039 (or 0xCBD039) is known color: Las Palmas. HEX triplet: CB, D0 and 39. RGB value is (203,208,57). Sum of RGB (Red+Green+Blue) = 203+208+57=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 57 (22.66% from 255 or 12.18% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD039 is #342FC6. Grayscale: #BDBDBD. Windows color (decimal): -3420103 or 3789003. OLE color: 3789003.
HSL color Cylindrical-coordinate representation of color #CBD039: hue angle of 61.99º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBD039 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 57 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.18 |
| HSL | 61.99º | 0.62% | 0.52% | - |
| HSV(B) | 61.99º | 0.73% | 0.82% | - |
| XYZ | 47.92 | 58.1 | 12.56 | - |
| YUV | 189.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 57 | 0.02 | 0 | 0.73 | 0.18 | 61.99 | 0.62 | 0.52 |
| Hex | CB | D0 | 39 | 2 | 0 | 49 | 12 | 3E | 3E | 34 |
| Octal | 313 | 320 | 71 | 2 | 0 | 111 | 22 | 76 | 76 | 64 |
| Binary | 11001011 | 11010000 | 111001 | 10 | 0 | 1001001 | 10010 | 111110 | 111110 | 110100 |
Color Harmonies of #CBD039
Complementary color
Monochromatic Colors of #CBD039
Black with #CBD039
Text Example
Text Example
White with #CBD039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD039; }
p { color: rgb(203,208,57); }
H1.HeaderClassName
{
color: #CBD039;
}
.AnyTagClassName
{
color: #CBD039;
}
</style>
background-color css
<style>
a { background-color: #CBD039; }
a { background-color: rgb(203,208,57); }
div.DivClassName
{
background-color: #CBD039;
}
.BgClassName
{
background-color: #CBD039;
}
</style>
border-color css
<style>
span { border-color: #CBD039; }
span { border-color: rgb(203,208,57); }
td.TdClassName
{
border-color: #CBD039;
}
.TagClassName
{
border-color: #CBD039;
}
</style>