Shades of Las Palmas #CBE74E
Tints of Las Palmas #CBE74E
RGB
CMYK
RGB Variations
Color information
#CBE74E (or 0xCBE74E) is known color: Las Palmas. HEX triplet: CB, E7 and 4E. RGB value is (203,231,78). Sum of RGB (Red+Green+Blue) = 203+231+78=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 78 (30.86% from 255 or 15.23% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE74E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE74E is #3418B1. Grayscale: #CDCDCD. Windows color (decimal): -3414194 or 5171147. OLE color: 5171147.
HSL color Cylindrical-coordinate representation of color #CBE74E: hue angle of 70.98º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBE74E is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 78 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.09 |
| HSL | 70.98º | 0.76% | 0.61% | - |
| HSV(B) | 70.98º | 0.66% | 0.91% | - |
| XYZ | 54.58 | 70.4 | 17.92 | - |
| YUV | 205.19 | 56.22 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 78 | 0.12 | 0 | 0.66 | 0.09 | 70.98 | 0.76 | 0.61 |
| Hex | CB | E7 | 4E | C | 0 | 42 | 9 | 47 | 4C | 3D |
| Octal | 313 | 347 | 116 | 14 | 0 | 102 | 11 | 107 | 114 | 75 |
| Binary | 11001011 | 11100111 | 1001110 | 1100 | 0 | 1000010 | 1001 | 1000111 | 1001100 | 111101 |
Color Harmonies of #CBE74E
Complementary color
Monochromatic Colors of #CBE74E
Black with #CBE74E
Text Example
Text Example
White with #CBE74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE74E; }
p { color: rgb(203,231,78); }
H1.HeaderClassName
{
color: #CBE74E;
}
.AnyTagClassName
{
color: #CBE74E;
}
</style>
background-color css
<style>
a { background-color: #CBE74E; }
a { background-color: rgb(203,231,78); }
div.DivClassName
{
background-color: #CBE74E;
}
.BgClassName
{
background-color: #CBE74E;
}
</style>
border-color css
<style>
span { border-color: #CBE74E; }
span { border-color: rgb(203,231,78); }
td.TdClassName
{
border-color: #CBE74E;
}
.TagClassName
{
border-color: #CBE74E;
}
</style>