Shades of Las Palmas #CAE13D
Tints of Las Palmas #CAE13D
RGB
CMYK
RGB Variations
Color information
#CAE13D (or 0xCAE13D) is known color: Las Palmas. HEX triplet: CA, E1 and 3D. RGB value is (202,225,61). Sum of RGB (Red+Green+Blue) = 202+225+61=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE13D is #351EC2. Grayscale: #C8C8C8. Windows color (decimal): -3481283 or 4055498. OLE color: 4055498.
HSL color Cylindrical-coordinate representation of color #CAE13D: hue angle of 68.41º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAE13D is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 225 | 61 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.12 |
| HSL | 68.41º | 0.73% | 0.56% | - |
| HSV(B) | 68.41º | 0.73% | 0.88% | - |
| XYZ | 52.12 | 66.74 | 14.55 | - |
| YUV | 199.43 | 49.88 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 225 | 61 | 0.10 | 0 | 0.73 | 0.12 | 68.41 | 0.73 | 0.56 |
| Hex | CA | E1 | 3D | A | 0 | 49 | C | 44 | 49 | 38 |
| Octal | 312 | 341 | 75 | 12 | 0 | 111 | 14 | 104 | 111 | 70 |
| Binary | 11001010 | 11100001 | 111101 | 1010 | 0 | 1001001 | 1100 | 1000100 | 1001001 | 111000 |
Color Harmonies of #CAE13D
Complementary color
Monochromatic Colors of #CAE13D
Black with #CAE13D
Text Example
Text Example
White with #CAE13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE13D; }
p { color: rgb(202,225,61); }
H1.HeaderClassName
{
color: #CAE13D;
}
.AnyTagClassName
{
color: #CAE13D;
}
</style>
background-color css
<style>
a { background-color: #CAE13D; }
a { background-color: rgb(202,225,61); }
div.DivClassName
{
background-color: #CAE13D;
}
.BgClassName
{
background-color: #CAE13D;
}
</style>
border-color css
<style>
span { border-color: #CAE13D; }
span { border-color: rgb(202,225,61); }
td.TdClassName
{
border-color: #CAE13D;
}
.TagClassName
{
border-color: #CAE13D;
}
</style>