Shades of Sulu #BEEB7C
Tints of Sulu #BEEB7C
RGB
CMYK
RGB Variations
Color information
#BEEB7C (or 0xBEEB7C) is known color: Sulu. HEX triplet: BE, EB and 7C. RGB value is (190,235,124). Sum of RGB (Red+Green+Blue) = 190+235+124=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 235 (92.19% from 255 or 42.81% from 549); Blue value is 124 (48.83% from 255 or 22.59% from 549); Max value from RGB is 235 - color contains mainly: green. Hex color #BEEB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEB7C is #411483. Grayscale: #D1D1D1. Windows color (decimal): -4265092 or 8186814. OLE color: 8186814.
HSL color Cylindrical-coordinate representation of color #BEEB7C: hue angle of 84.32º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEEB7C is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 235 | 124 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.08 |
| HSL | 84.32º | 0.74% | 0.7% | - |
| HSV(B) | 84.32º | 0.47% | 0.92% | - |
| XYZ | 54.58 | 71.82 | 30.05 | - |
| YUV | 208.89 | 80.09 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 235 | 124 | 0.19 | 0 | 0.47 | 0.08 | 84.32 | 0.74 | 0.7 |
| Hex | BE | EB | 7C | 13 | 0 | 2F | 8 | 54 | 4A | 46 |
| Octal | 276 | 353 | 174 | 23 | 0 | 57 | 10 | 124 | 112 | 106 |
| Binary | 10111110 | 11101011 | 1111100 | 10011 | 0 | 101111 | 1000 | 1010100 | 1001010 | 1000110 |
Color Harmonies of #BEEB7C
Complementary color
Monochromatic Colors of #BEEB7C
Black with #BEEB7C
Text Example
Text Example
White with #BEEB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEB7C; }
p { color: rgb(190,235,124); }
H1.HeaderClassName
{
color: #BEEB7C;
}
.AnyTagClassName
{
color: #BEEB7C;
}
</style>
background-color css
<style>
a { background-color: #BEEB7C; }
a { background-color: rgb(190,235,124); }
div.DivClassName
{
background-color: #BEEB7C;
}
.BgClassName
{
background-color: #BEEB7C;
}
</style>
border-color css
<style>
span { border-color: #BEEB7C; }
span { border-color: rgb(190,235,124); }
td.TdClassName
{
border-color: #BEEB7C;
}
.TagClassName
{
border-color: #BEEB7C;
}
</style>