Shades of Las Palmas #CBDF3B
Tints of Las Palmas #CBDF3B
RGB
CMYK
RGB Variations
Color information
#CBDF3B (or 0xCBDF3B) is known color: Las Palmas. HEX triplet: CB, DF and 3B. RGB value is (203,223,59). Sum of RGB (Red+Green+Blue) = 203+223+59=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDF3B is #3420C4. Grayscale: #C6C6C6. Windows color (decimal): -3416261 or 3923915. OLE color: 3923915.
HSL color Cylindrical-coordinate representation of color #CBDF3B: hue angle of 67.32º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBDF3B is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 59 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.13 |
| HSL | 67.32º | 0.72% | 0.55% | - |
| HSV(B) | 67.32º | 0.74% | 0.87% | - |
| XYZ | 51.81 | 65.79 | 14.11 | - |
| YUV | 198.32 | 49.37 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 59 | 0.09 | 0 | 0.74 | 0.13 | 67.32 | 0.72 | 0.55 |
| Hex | CB | DF | 3B | 9 | 0 | 4A | D | 43 | 48 | 37 |
| Octal | 313 | 337 | 73 | 11 | 0 | 112 | 15 | 103 | 110 | 67 |
| Binary | 11001011 | 11011111 | 111011 | 1001 | 0 | 1001010 | 1101 | 1000011 | 1001000 | 110111 |
Color Harmonies of #CBDF3B
Complementary color
Monochromatic Colors of #CBDF3B
Black with #CBDF3B
Text Example
Text Example
White with #CBDF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF3B; }
p { color: rgb(203,223,59); }
H1.HeaderClassName
{
color: #CBDF3B;
}
.AnyTagClassName
{
color: #CBDF3B;
}
</style>
background-color css
<style>
a { background-color: #CBDF3B; }
a { background-color: rgb(203,223,59); }
div.DivClassName
{
background-color: #CBDF3B;
}
.BgClassName
{
background-color: #CBDF3B;
}
</style>
border-color css
<style>
span { border-color: #CBDF3B; }
span { border-color: rgb(203,223,59); }
td.TdClassName
{
border-color: #CBDF3B;
}
.TagClassName
{
border-color: #CBDF3B;
}
</style>