Shades of Sulu #BEF86F
Tints of Sulu #BEF86F
RGB
CMYK
RGB Variations
Color information
#BEF86F (or 0xBEF86F) is known color: Sulu. HEX triplet: BE, F8 and 6F. RGB value is (190,248,111). Sum of RGB (Red+Green+Blue) = 190+248+111=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF86F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF86F is #410790. Grayscale: #D7D7D7. Windows color (decimal): -4261777 or 7338174. OLE color: 7338174.
HSL color Cylindrical-coordinate representation of color #BEF86F: hue angle of 85.4º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEF86F is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 248 | 111 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.03 |
| HSL | 85.4º | 0.91% | 0.7% | - |
| HSV(B) | 85.4º | 0.55% | 0.97% | - |
| XYZ | 57.67 | 79.23 | 27.29 | - |
| YUV | 215.04 | 69.28 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 248 | 111 | 0.23 | 0 | 0.55 | 0.03 | 85.4 | 0.91 | 0.7 |
| Hex | BE | F8 | 6F | 17 | 0 | 37 | 3 | 55 | 5B | 46 |
| Octal | 276 | 370 | 157 | 27 | 0 | 67 | 3 | 125 | 133 | 106 |
| Binary | 10111110 | 11111000 | 1101111 | 10111 | 0 | 110111 | 11 | 1010101 | 1011011 | 1000110 |
Color Harmonies of #BEF86F
Complementary color
Monochromatic Colors of #BEF86F
Black with #BEF86F
Text Example
Text Example
White with #BEF86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF86F; }
p { color: rgb(190,248,111); }
H1.HeaderClassName
{
color: #BEF86F;
}
.AnyTagClassName
{
color: #BEF86F;
}
</style>
background-color css
<style>
a { background-color: #BEF86F; }
a { background-color: rgb(190,248,111); }
div.DivClassName
{
background-color: #BEF86F;
}
.BgClassName
{
background-color: #BEF86F;
}
</style>
border-color css
<style>
span { border-color: #BEF86F; }
span { border-color: rgb(190,248,111); }
td.TdClassName
{
border-color: #BEF86F;
}
.TagClassName
{
border-color: #BEF86F;
}
</style>