Shades of Sulu #BEFF76
Tints of Sulu #BEFF76
RGB
CMYK
RGB Variations
Color information
#BEFF76 (or 0xBEFF76) is known color: Sulu. HEX triplet: BE, FF and 76. RGB value is (190,255,118). Sum of RGB (Red+Green+Blue) = 190+255+118=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 118 (46.48% from 255 or 20.96% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF76 is #410089. Grayscale: #DCDCDC. Windows color (decimal): -4259978 or 7798718. OLE color: 7798718.
HSL color Cylindrical-coordinate representation of color #BEFF76: hue angle of 88.47º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEFF76 is Cyan = 0.25, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 118 | - |
| CMYK | 0.25 | 0 | 0.54 | 0 |
| HSL | 88.47º | 1% | 0.73% | - |
| HSV(B) | 88.47º | 0.54% | 1% | - |
| XYZ | 60.27 | 83.78 | 30.13 | - |
| YUV | 219.95 | 70.47 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 118 | 0.25 | 0 | 0.54 | 0 | 88.47 | 1 | 0.73 |
| Hex | BE | FF | 76 | 19 | 0 | 36 | 0 | 58 | 64 | 49 |
| Octal | 276 | 377 | 166 | 31 | 0 | 66 | 0 | 130 | 144 | 111 |
| Binary | 10111110 | 11111111 | 1110110 | 11001 | 0 | 110110 | 0 | 1011000 | 1100100 | 1001001 |
Color Harmonies of #BEFF76
Complementary color
Monochromatic Colors of #BEFF76
Black with #BEFF76
Text Example
Text Example
White with #BEFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF76; }
p { color: rgb(190,255,118); }
H1.HeaderClassName
{
color: #BEFF76;
}
.AnyTagClassName
{
color: #BEFF76;
}
</style>
background-color css
<style>
a { background-color: #BEFF76; }
a { background-color: rgb(190,255,118); }
div.DivClassName
{
background-color: #BEFF76;
}
.BgClassName
{
background-color: #BEFF76;
}
</style>
border-color css
<style>
span { border-color: #BEFF76; }
span { border-color: rgb(190,255,118); }
td.TdClassName
{
border-color: #BEFF76;
}
.TagClassName
{
border-color: #BEFF76;
}
</style>