Shades of Las Palmas #CBDF50
Tints of Las Palmas #CBDF50
RGB
CMYK
RGB Variations
Color information
#CBDF50 (or 0xCBDF50) is known color: Las Palmas. HEX triplet: CB, DF and 50. RGB value is (203,223,80). Sum of RGB (Red+Green+Blue) = 203+223+80=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF50 is #3420AF. Grayscale: #C9C9C9. Windows color (decimal): -3416240 or 5300171. OLE color: 5300171.
HSL color Cylindrical-coordinate representation of color #CBDF50: hue angle of 68.39º degrees, saturation: 0.69, 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 #CBDF50 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 80 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.13 |
| HSL | 68.39º | 0.69% | 0.59% | - |
| HSV(B) | 68.39º | 0.64% | 0.87% | - |
| XYZ | 52.46 | 66.05 | 17.57 | - |
| YUV | 200.72 | 59.87 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 80 | 0.09 | 0 | 0.64 | 0.13 | 68.39 | 0.69 | 0.59 |
| Hex | CB | DF | 50 | 9 | 0 | 40 | D | 44 | 45 | 3B |
| Octal | 313 | 337 | 120 | 11 | 0 | 100 | 15 | 104 | 105 | 73 |
| Binary | 11001011 | 11011111 | 1010000 | 1001 | 0 | 1000000 | 1101 | 1000100 | 1000101 | 111011 |
Color Harmonies of #CBDF50
Complementary color
Monochromatic Colors of #CBDF50
Black with #CBDF50
Text Example
Text Example
White with #CBDF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF50; }
p { color: rgb(203,223,80); }
H1.HeaderClassName
{
color: #CBDF50;
}
.AnyTagClassName
{
color: #CBDF50;
}
</style>
background-color css
<style>
a { background-color: #CBDF50; }
a { background-color: rgb(203,223,80); }
div.DivClassName
{
background-color: #CBDF50;
}
.BgClassName
{
background-color: #CBDF50;
}
</style>
border-color css
<style>
span { border-color: #CBDF50; }
span { border-color: rgb(203,223,80); }
td.TdClassName
{
border-color: #CBDF50;
}
.TagClassName
{
border-color: #CBDF50;
}
</style>