Shades of Las Palmas #CAE74B
Tints of Las Palmas #CAE74B
RGB
CMYK
RGB Variations
Color information
#CAE74B (or 0xCAE74B) is known color: Las Palmas. HEX triplet: CA, E7 and 4B. RGB value is (202,231,75). Sum of RGB (Red+Green+Blue) = 202+231+75=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE74B is #3518B4. Grayscale: #CDCDCD. Windows color (decimal): -3479733 or 4974538. OLE color: 4974538.
HSL color Cylindrical-coordinate representation of color #CAE74B: hue angle of 71.15º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAE74B is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 231 | 75 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.09 |
| HSL | 71.15º | 0.76% | 0.6% | - |
| HSV(B) | 71.15º | 0.68% | 0.91% | - |
| XYZ | 54.2 | 70.22 | 17.35 | - |
| YUV | 204.55 | 54.89 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 231 | 75 | 0.13 | 0 | 0.68 | 0.09 | 71.15 | 0.76 | 0.6 |
| Hex | CA | E7 | 4B | D | 0 | 44 | 9 | 47 | 4C | 3C |
| Octal | 312 | 347 | 113 | 15 | 0 | 104 | 11 | 107 | 114 | 74 |
| Binary | 11001010 | 11100111 | 1001011 | 1101 | 0 | 1000100 | 1001 | 1000111 | 1001100 | 111100 |
Color Harmonies of #CAE74B
Complementary color
Monochromatic Colors of #CAE74B
Black with #CAE74B
Text Example
Text Example
White with #CAE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE74B; }
p { color: rgb(202,231,75); }
H1.HeaderClassName
{
color: #CAE74B;
}
.AnyTagClassName
{
color: #CAE74B;
}
</style>
background-color css
<style>
a { background-color: #CAE74B; }
a { background-color: rgb(202,231,75); }
div.DivClassName
{
background-color: #CAE74B;
}
.BgClassName
{
background-color: #CAE74B;
}
</style>
border-color css
<style>
span { border-color: #CAE74B; }
span { border-color: rgb(202,231,75); }
td.TdClassName
{
border-color: #CAE74B;
}
.TagClassName
{
border-color: #CAE74B;
}
</style>