Shades of Las Palmas #CAE43B
Tints of Las Palmas #CAE43B
RGB
CMYK
RGB Variations
Color information
#CAE43B (or 0xCAE43B) is known color: Las Palmas. HEX triplet: CA, E4 and 3B. RGB value is (202,228,59). Sum of RGB (Red+Green+Blue) = 202+228+59=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 59 (23.44% from 255 or 12.07% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE43B is #351BC4. Grayscale: #C9C9C9. Windows color (decimal): -3480517 or 3925194. OLE color: 3925194.
HSL color Cylindrical-coordinate representation of color #CAE43B: hue angle of 69.23º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAE43B is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 228 | 59 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.11 |
| HSL | 69.23º | 0.76% | 0.56% | - |
| HSV(B) | 69.23º | 0.74% | 0.89% | - |
| XYZ | 52.89 | 68.36 | 14.54 | - |
| YUV | 200.96 | 47.89 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 228 | 59 | 0.11 | 0 | 0.74 | 0.11 | 69.23 | 0.76 | 0.56 |
| Hex | CA | E4 | 3B | B | 0 | 4A | B | 45 | 4C | 38 |
| Octal | 312 | 344 | 73 | 13 | 0 | 112 | 13 | 105 | 114 | 70 |
| Binary | 11001010 | 11100100 | 111011 | 1011 | 0 | 1001010 | 1011 | 1000101 | 1001100 | 111000 |
Color Harmonies of #CAE43B
Complementary color
Monochromatic Colors of #CAE43B
Black with #CAE43B
Text Example
Text Example
White with #CAE43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE43B; }
p { color: rgb(202,228,59); }
H1.HeaderClassName
{
color: #CAE43B;
}
.AnyTagClassName
{
color: #CAE43B;
}
</style>
background-color css
<style>
a { background-color: #CAE43B; }
a { background-color: rgb(202,228,59); }
div.DivClassName
{
background-color: #CAE43B;
}
.BgClassName
{
background-color: #CAE43B;
}
</style>
border-color css
<style>
span { border-color: #CAE43B; }
span { border-color: rgb(202,228,59); }
td.TdClassName
{
border-color: #CAE43B;
}
.TagClassName
{
border-color: #CAE43B;
}
</style>