Shades of Sulu #BEF86D
Tints of Sulu #BEF86D
RGB
CMYK
RGB Variations
Color information
#BEF86D (or 0xBEF86D) is known color: Sulu. HEX triplet: BE, F8 and 6D. RGB value is (190,248,109). Sum of RGB (Red+Green+Blue) = 190+248+109=547 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.73% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF86D is #410792. Grayscale: #D7D7D7. Windows color (decimal): -4261779 or 7207102. OLE color: 7207102.
HSL color Cylindrical-coordinate representation of color #BEF86D: hue angle of 85.04º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEF86D is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 109 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.03 |
| HSL | 85.04º | 0.91% | 0.7% | - |
| HSV(B) | 85.04º | 0.56% | 0.97% | - |
| XYZ | 57.56 | 79.19 | 26.72 | - |
| YUV | 214.81 | 68.28 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 109 | 0.23 | 0 | 0.56 | 0.03 | 85.04 | 0.91 | 0.7 |
| Hex | BE | F8 | 6D | 17 | 0 | 38 | 3 | 55 | 5B | 46 |
| Octal | 276 | 370 | 155 | 27 | 0 | 70 | 3 | 125 | 133 | 106 |
| Binary | 10111110 | 11111000 | 1101101 | 10111 | 0 | 111000 | 11 | 1010101 | 1011011 | 1000110 |
Color Harmonies of #BEF86D
Complementary color
Monochromatic Colors of #BEF86D
Black with #BEF86D
Text Example
Text Example
White with #BEF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF86D; }
p { color: rgb(190,248,109); }
H1.HeaderClassName
{
color: #BEF86D;
}
.AnyTagClassName
{
color: #BEF86D;
}
</style>
background-color css
<style>
a { background-color: #BEF86D; }
a { background-color: rgb(190,248,109); }
div.DivClassName
{
background-color: #BEF86D;
}
.BgClassName
{
background-color: #BEF86D;
}
</style>
border-color css
<style>
span { border-color: #BEF86D; }
span { border-color: rgb(190,248,109); }
td.TdClassName
{
border-color: #BEF86D;
}
.TagClassName
{
border-color: #BEF86D;
}
</style>