Shades of Las Palmas #CBDF4A
Tints of Las Palmas #CBDF4A
RGB
CMYK
RGB Variations
Color information
#CBDF4A (or 0xCBDF4A) is known color: Las Palmas. HEX triplet: CB, DF and 4A. RGB value is (203,223,74). Sum of RGB (Red+Green+Blue) = 203+223+74=500 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDF4A is #3420B5. Grayscale: #C8C8C8. Windows color (decimal): -3416246 or 4906955. OLE color: 4906955.
HSL color Cylindrical-coordinate representation of color #CBDF4A: hue angle of 68.05º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CBDF4A is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 74 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.13 |
| HSL | 68.05º | 0.7% | 0.58% | - |
| HSV(B) | 68.05º | 0.67% | 0.87% | - |
| XYZ | 52.25 | 65.97 | 16.46 | - |
| YUV | 200.03 | 56.87 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 74 | 0.09 | 0 | 0.67 | 0.13 | 68.05 | 0.7 | 0.58 |
| Hex | CB | DF | 4A | 9 | 0 | 43 | D | 44 | 46 | 3A |
| Octal | 313 | 337 | 112 | 11 | 0 | 103 | 15 | 104 | 106 | 72 |
| Binary | 11001011 | 11011111 | 1001010 | 1001 | 0 | 1000011 | 1101 | 1000100 | 1000110 | 111010 |
Color Harmonies of #CBDF4A
Complementary color
Monochromatic Colors of #CBDF4A
Black with #CBDF4A
Text Example
Text Example
White with #CBDF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF4A; }
p { color: rgb(203,223,74); }
H1.HeaderClassName
{
color: #CBDF4A;
}
.AnyTagClassName
{
color: #CBDF4A;
}
</style>
background-color css
<style>
a { background-color: #CBDF4A; }
a { background-color: rgb(203,223,74); }
div.DivClassName
{
background-color: #CBDF4A;
}
.BgClassName
{
background-color: #CBDF4A;
}
</style>
border-color css
<style>
span { border-color: #CBDF4A; }
span { border-color: rgb(203,223,74); }
td.TdClassName
{
border-color: #CBDF4A;
}
.TagClassName
{
border-color: #CBDF4A;
}
</style>