Shades of Las Palmas #CBEF4A
Tints of Las Palmas #CBEF4A
RGB
CMYK
RGB Variations
Color information
#CBEF4A (or 0xCBEF4A) is known color: Las Palmas. HEX triplet: CB, EF and 4A. RGB value is (203,239,74). Sum of RGB (Red+Green+Blue) = 203+239+74=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 239 (93.75% from 255 or 46.32% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBEF4A is #3410B5. Grayscale: #D2D2D2. Windows color (decimal): -3412150 or 4911051. OLE color: 4911051.
HSL color Cylindrical-coordinate representation of color #CBEF4A: hue angle of 73.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBEF4A is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 74 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.06 |
| HSL | 73.09º | 0.84% | 0.61% | - |
| HSV(B) | 73.09º | 0.69% | 0.94% | - |
| XYZ | 56.73 | 74.92 | 17.95 | - |
| YUV | 209.43 | 51.57 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 74 | 0.15 | 0 | 0.69 | 0.06 | 73.09 | 0.84 | 0.61 |
| Hex | CB | EF | 4A | F | 0 | 45 | 6 | 49 | 54 | 3D |
| Octal | 313 | 357 | 112 | 17 | 0 | 105 | 6 | 111 | 124 | 75 |
| Binary | 11001011 | 11101111 | 1001010 | 1111 | 0 | 1000101 | 110 | 1001001 | 1010100 | 111101 |
Color Harmonies of #CBEF4A
Complementary color
Monochromatic Colors of #CBEF4A
Black with #CBEF4A
Text Example
Text Example
White with #CBEF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEF4A; }
p { color: rgb(203,239,74); }
H1.HeaderClassName
{
color: #CBEF4A;
}
.AnyTagClassName
{
color: #CBEF4A;
}
</style>
background-color css
<style>
a { background-color: #CBEF4A; }
a { background-color: rgb(203,239,74); }
div.DivClassName
{
background-color: #CBEF4A;
}
.BgClassName
{
background-color: #CBEF4A;
}
</style>
border-color css
<style>
span { border-color: #CBEF4A; }
span { border-color: rgb(203,239,74); }
td.TdClassName
{
border-color: #CBEF4A;
}
.TagClassName
{
border-color: #CBEF4A;
}
</style>