Shades of Las Palmas #CBED4A
Tints of Las Palmas #CBED4A
RGB
CMYK
RGB Variations
Color information
#CBED4A (or 0xCBED4A) is known color: Las Palmas. HEX triplet: CB, ED and 4A. RGB value is (203,237,74). Sum of RGB (Red+Green+Blue) = 203+237+74=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 74 (29.30% from 255 or 14.40% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBED4A is #3412B5. Grayscale: #D0D0D0. Windows color (decimal): -3412662 or 4910539. OLE color: 4910539.
HSL color Cylindrical-coordinate representation of color #CBED4A: hue angle of 72.52º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBED4A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 74 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.07 |
| HSL | 72.52º | 0.82% | 0.61% | - |
| HSV(B) | 72.52º | 0.69% | 0.93% | - |
| XYZ | 56.15 | 73.76 | 17.76 | - |
| YUV | 208.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 74 | 0.14 | 0 | 0.69 | 0.07 | 72.52 | 0.82 | 0.61 |
| Hex | CB | ED | 4A | E | 0 | 45 | 7 | 49 | 52 | 3D |
| Octal | 313 | 355 | 112 | 16 | 0 | 105 | 7 | 111 | 122 | 75 |
| Binary | 11001011 | 11101101 | 1001010 | 1110 | 0 | 1000101 | 111 | 1001001 | 1010010 | 111101 |
Color Harmonies of #CBED4A
Complementary color
Monochromatic Colors of #CBED4A
Black with #CBED4A
Text Example
Text Example
White with #CBED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBED4A; }
p { color: rgb(203,237,74); }
H1.HeaderClassName
{
color: #CBED4A;
}
.AnyTagClassName
{
color: #CBED4A;
}
</style>
background-color css
<style>
a { background-color: #CBED4A; }
a { background-color: rgb(203,237,74); }
div.DivClassName
{
background-color: #CBED4A;
}
.BgClassName
{
background-color: #CBED4A;
}
</style>
border-color css
<style>
span { border-color: #CBED4A; }
span { border-color: rgb(203,237,74); }
td.TdClassName
{
border-color: #CBED4A;
}
.TagClassName
{
border-color: #CBED4A;
}
</style>