Shades of Las Palmas #CBDF41
Tints of Las Palmas #CBDF41
RGB
CMYK
RGB Variations
Color information
#CBDF41 (or 0xCBDF41) is known color: Las Palmas. HEX triplet: CB, DF and 41. RGB value is (203,223,65). Sum of RGB (Red+Green+Blue) = 203+223+65=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 65 (25.78% from 255 or 13.24% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDF41 is #3420BE. Grayscale: #C7C7C7. Windows color (decimal): -3416255 or 4317131. OLE color: 4317131.
HSL color Cylindrical-coordinate representation of color #CBDF41: hue angle of 67.59º 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 #CBDF41 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 65 | - |
| CMYK | 0.09 | 0 | 0.71 | 0.13 |
| HSL | 67.59º | 0.71% | 0.56% | - |
| HSV(B) | 67.59º | 0.71% | 0.87% | - |
| XYZ | 51.97 | 65.85 | 14.97 | - |
| YUV | 199.01 | 52.37 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 65 | 0.09 | 0 | 0.71 | 0.13 | 67.59 | 0.71 | 0.56 |
| Hex | CB | DF | 41 | 9 | 0 | 47 | D | 44 | 47 | 38 |
| Octal | 313 | 337 | 101 | 11 | 0 | 107 | 15 | 104 | 107 | 70 |
| Binary | 11001011 | 11011111 | 1000001 | 1001 | 0 | 1000111 | 1101 | 1000100 | 1000111 | 111000 |
Color Harmonies of #CBDF41
Complementary color
Monochromatic Colors of #CBDF41
Black with #CBDF41
Text Example
Text Example
White with #CBDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF41; }
p { color: rgb(203,223,65); }
H1.HeaderClassName
{
color: #CBDF41;
}
.AnyTagClassName
{
color: #CBDF41;
}
</style>
background-color css
<style>
a { background-color: #CBDF41; }
a { background-color: rgb(203,223,65); }
div.DivClassName
{
background-color: #CBDF41;
}
.BgClassName
{
background-color: #CBDF41;
}
</style>
border-color css
<style>
span { border-color: #CBDF41; }
span { border-color: rgb(203,223,65); }
td.TdClassName
{
border-color: #CBDF41;
}
.TagClassName
{
border-color: #CBDF41;
}
</style>