Shades of Las Palmas #CADF50
Tints of Las Palmas #CADF50
RGB
CMYK
RGB Variations
Color information
#CADF50 (or 0xCADF50) is known color: Las Palmas. HEX triplet: CA, DF and 50. RGB value is (202,223,80). Sum of RGB (Red+Green+Blue) = 202+223+80=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #CADF50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADF50 is #3520AF. Grayscale: #C8C8C8. Windows color (decimal): -3481776 or 5300170. OLE color: 5300170.
HSL color Cylindrical-coordinate representation of color #CADF50: hue angle of 68.81º 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 #CADF50 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 223 | 80 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.13 |
| HSL | 68.81º | 0.69% | 0.59% | - |
| HSV(B) | 68.81º | 0.64% | 0.87% | - |
| XYZ | 52.19 | 65.91 | 17.56 | - |
| YUV | 200.42 | 60.04 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 80 | 0.09 | 0 | 0.64 | 0.13 | 68.81 | 0.69 | 0.59 |
| Hex | CA | DF | 50 | 9 | 0 | 40 | D | 45 | 45 | 3B |
| Octal | 312 | 337 | 120 | 11 | 0 | 100 | 15 | 105 | 105 | 73 |
| Binary | 11001010 | 11011111 | 1010000 | 1001 | 0 | 1000000 | 1101 | 1000101 | 1000101 | 111011 |
Color Harmonies of #CADF50
Complementary color
Monochromatic Colors of #CADF50
Black with #CADF50
Text Example
Text Example
White with #CADF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADF50; }
p { color: rgb(202,223,80); }
H1.HeaderClassName
{
color: #CADF50;
}
.AnyTagClassName
{
color: #CADF50;
}
</style>
background-color css
<style>
a { background-color: #CADF50; }
a { background-color: rgb(202,223,80); }
div.DivClassName
{
background-color: #CADF50;
}
.BgClassName
{
background-color: #CADF50;
}
</style>
border-color css
<style>
span { border-color: #CADF50; }
span { border-color: rgb(202,223,80); }
td.TdClassName
{
border-color: #CADF50;
}
.TagClassName
{
border-color: #CADF50;
}
</style>