Shades of Las Palmas #CAE03D
Tints of Las Palmas #CAE03D
RGB
CMYK
RGB Variations
Color information
#CAE03D (or 0xCAE03D) is known color: Las Palmas. HEX triplet: CA, E0 and 3D. RGB value is (202,224,61). Sum of RGB (Red+Green+Blue) = 202+224+61=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE03D is #351FC2. Grayscale: #C7C7C7. Windows color (decimal): -3481539 or 4055242. OLE color: 4055242.
HSL color Cylindrical-coordinate representation of color #CAE03D: hue angle of 68.1º degrees, saturation: 0.72, 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 #CAE03D is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 224 | 61 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.12 |
| HSL | 68.1º | 0.72% | 0.56% | - |
| HSV(B) | 68.1º | 0.73% | 0.88% | - |
| XYZ | 51.86 | 66.2 | 14.46 | - |
| YUV | 198.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 224 | 61 | 0.10 | 0 | 0.73 | 0.12 | 68.1 | 0.72 | 0.56 |
| Hex | CA | E0 | 3D | A | 0 | 49 | C | 44 | 48 | 38 |
| Octal | 312 | 340 | 75 | 12 | 0 | 111 | 14 | 104 | 110 | 70 |
| Binary | 11001010 | 11100000 | 111101 | 1010 | 0 | 1001001 | 1100 | 1000100 | 1001000 | 111000 |
Color Harmonies of #CAE03D
Complementary color
Monochromatic Colors of #CAE03D
Black with #CAE03D
Text Example
Text Example
White with #CAE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE03D; }
p { color: rgb(202,224,61); }
H1.HeaderClassName
{
color: #CAE03D;
}
.AnyTagClassName
{
color: #CAE03D;
}
</style>
background-color css
<style>
a { background-color: #CAE03D; }
a { background-color: rgb(202,224,61); }
div.DivClassName
{
background-color: #CAE03D;
}
.BgClassName
{
background-color: #CAE03D;
}
</style>
border-color css
<style>
span { border-color: #CAE03D; }
span { border-color: rgb(202,224,61); }
td.TdClassName
{
border-color: #CAE03D;
}
.TagClassName
{
border-color: #CAE03D;
}
</style>