Shades of Sulu #BEEF6D
Tints of Sulu #BEEF6D
RGB
CMYK
RGB Variations
Color information
#BEEF6D (or 0xBEEF6D) is known color: Sulu. HEX triplet: BE, EF and 6D. RGB value is (190,239,109). Sum of RGB (Red+Green+Blue) = 190+239+109=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #BEEF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEF6D is #411092. Grayscale: #D2D2D2. Windows color (decimal): -4264083 or 7204798. OLE color: 7204798.
HSL color Cylindrical-coordinate representation of color #BEEF6D: hue angle of 82.62º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEEF6D is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 239 | 109 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.06 |
| HSL | 82.62º | 0.8% | 0.68% | - |
| HSV(B) | 82.62º | 0.54% | 0.94% | - |
| XYZ | 54.86 | 73.78 | 25.82 | - |
| YUV | 209.53 | 71.27 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 239 | 109 | 0.21 | 0 | 0.54 | 0.06 | 82.62 | 0.8 | 0.68 |
| Hex | BE | EF | 6D | 15 | 0 | 36 | 6 | 53 | 50 | 44 |
| Octal | 276 | 357 | 155 | 25 | 0 | 66 | 6 | 123 | 120 | 104 |
| Binary | 10111110 | 11101111 | 1101101 | 10101 | 0 | 110110 | 110 | 1010011 | 1010000 | 1000100 |
Color Harmonies of #BEEF6D
Complementary color
Monochromatic Colors of #BEEF6D
Black with #BEEF6D
Text Example
Text Example
White with #BEEF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEF6D; }
p { color: rgb(190,239,109); }
H1.HeaderClassName
{
color: #BEEF6D;
}
.AnyTagClassName
{
color: #BEEF6D;
}
</style>
background-color css
<style>
a { background-color: #BEEF6D; }
a { background-color: rgb(190,239,109); }
div.DivClassName
{
background-color: #BEEF6D;
}
.BgClassName
{
background-color: #BEEF6D;
}
</style>
border-color css
<style>
span { border-color: #BEEF6D; }
span { border-color: rgb(190,239,109); }
td.TdClassName
{
border-color: #BEEF6D;
}
.TagClassName
{
border-color: #BEEF6D;
}
</style>