Shades of Las Palmas #CBE74F
Tints of Las Palmas #CBE74F
RGB
CMYK
RGB Variations
Color information
#CBE74F (or 0xCBE74F) is known color: Las Palmas. HEX triplet: CB, E7 and 4F. RGB value is (203,231,79). Sum of RGB (Red+Green+Blue) = 203+231+79=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 231 (90.62% from 255 or 45.03% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE74F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE74F is #3418B0. Grayscale: #CDCDCD. Windows color (decimal): -3414193 or 5236683. OLE color: 5236683.
HSL color Cylindrical-coordinate representation of color #CBE74F: hue angle of 71.05º 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 #CBE74F is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 231 | 79 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.09 |
| HSL | 71.05º | 0.76% | 0.61% | - |
| HSV(B) | 71.05º | 0.66% | 0.91% | - |
| XYZ | 54.62 | 70.41 | 18.11 | - |
| YUV | 205.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 231 | 79 | 0.12 | 0 | 0.66 | 0.09 | 71.05 | 0.76 | 0.61 |
| Hex | CB | E7 | 4F | C | 0 | 42 | 9 | 47 | 4C | 3D |
| Octal | 313 | 347 | 117 | 14 | 0 | 102 | 11 | 107 | 114 | 75 |
| Binary | 11001011 | 11100111 | 1001111 | 1100 | 0 | 1000010 | 1001 | 1000111 | 1001100 | 111101 |
Color Harmonies of #CBE74F
Complementary color
Monochromatic Colors of #CBE74F
Black with #CBE74F
Text Example
Text Example
White with #CBE74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE74F; }
p { color: rgb(203,231,79); }
H1.HeaderClassName
{
color: #CBE74F;
}
.AnyTagClassName
{
color: #CBE74F;
}
</style>
background-color css
<style>
a { background-color: #CBE74F; }
a { background-color: rgb(203,231,79); }
div.DivClassName
{
background-color: #CBE74F;
}
.BgClassName
{
background-color: #CBE74F;
}
</style>
border-color css
<style>
span { border-color: #CBE74F; }
span { border-color: rgb(203,231,79); }
td.TdClassName
{
border-color: #CBE74F;
}
.TagClassName
{
border-color: #CBE74F;
}
</style>