Shades of Las Palmas #CAE641
Tints of Las Palmas #CAE641
RGB
CMYK
RGB Variations
Color information
#CAE641 (or 0xCAE641) is known color: Las Palmas. HEX triplet: CA, E6 and 41. RGB value is (202,230,65). Sum of RGB (Red+Green+Blue) = 202+230+65=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE641 is #3519BE. Grayscale: #CBCBCB. Windows color (decimal): -3479999 or 4318922. OLE color: 4318922.
HSL color Cylindrical-coordinate representation of color #CAE641: hue angle of 70.18º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAE641 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 65 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.10 |
| HSL | 70.18º | 0.77% | 0.58% | - |
| HSV(B) | 70.18º | 0.72% | 0.9% | - |
| XYZ | 53.61 | 69.53 | 15.6 | - |
| YUV | 202.82 | 50.22 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 65 | 0.12 | 0 | 0.72 | 0.10 | 70.18 | 0.77 | 0.58 |
| Hex | CA | E6 | 41 | C | 0 | 48 | A | 46 | 4D | 3A |
| Octal | 312 | 346 | 101 | 14 | 0 | 110 | 12 | 106 | 115 | 72 |
| Binary | 11001010 | 11100110 | 1000001 | 1100 | 0 | 1001000 | 1010 | 1000110 | 1001101 | 111010 |
Color Harmonies of #CAE641
Complementary color
Monochromatic Colors of #CAE641
Black with #CAE641
Text Example
Text Example
White with #CAE641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE641; }
p { color: rgb(202,230,65); }
H1.HeaderClassName
{
color: #CAE641;
}
.AnyTagClassName
{
color: #CAE641;
}
</style>
background-color css
<style>
a { background-color: #CAE641; }
a { background-color: rgb(202,230,65); }
div.DivClassName
{
background-color: #CAE641;
}
.BgClassName
{
background-color: #CAE641;
}
</style>
border-color css
<style>
span { border-color: #CAE641; }
span { border-color: rgb(202,230,65); }
td.TdClassName
{
border-color: #CAE641;
}
.TagClassName
{
border-color: #CAE641;
}
</style>