Shades of Sulu #BEFF6A
Tints of Sulu #BEFF6A
RGB
CMYK
RGB Variations
Color information
#BEFF6A (or 0xBEFF6A) is known color: Sulu. HEX triplet: BE, FF and 6A. RGB value is (190,255,106). Sum of RGB (Red+Green+Blue) = 190+255+106=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF6A is #410095. Grayscale: #DBDBDB. Windows color (decimal): -4259990 or 7012286. OLE color: 7012286.
HSL color Cylindrical-coordinate representation of color #BEFF6A: hue angle of 86.17º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEFF6A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 106 | - |
| CMYK | 0.25 | 0 | 0.58 | 0 |
| HSL | 86.17º | 1% | 0.71% | - |
| HSV(B) | 86.17º | 0.58% | 1% | - |
| XYZ | 59.6 | 83.51 | 26.61 | - |
| YUV | 218.58 | 64.47 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 106 | 0.25 | 0 | 0.58 | 0 | 86.17 | 1 | 0.71 |
| Hex | BE | FF | 6A | 19 | 0 | 3A | 0 | 56 | 64 | 47 |
| Octal | 276 | 377 | 152 | 31 | 0 | 72 | 0 | 126 | 144 | 107 |
| Binary | 10111110 | 11111111 | 1101010 | 11001 | 0 | 111010 | 0 | 1010110 | 1100100 | 1000111 |
Color Harmonies of #BEFF6A
Complementary color
Monochromatic Colors of #BEFF6A
Black with #BEFF6A
Text Example
Text Example
White with #BEFF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF6A; }
p { color: rgb(190,255,106); }
H1.HeaderClassName
{
color: #BEFF6A;
}
.AnyTagClassName
{
color: #BEFF6A;
}
</style>
background-color css
<style>
a { background-color: #BEFF6A; }
a { background-color: rgb(190,255,106); }
div.DivClassName
{
background-color: #BEFF6A;
}
.BgClassName
{
background-color: #BEFF6A;
}
</style>
border-color css
<style>
span { border-color: #BEFF6A; }
span { border-color: rgb(190,255,106); }
td.TdClassName
{
border-color: #BEFF6A;
}
.TagClassName
{
border-color: #BEFF6A;
}
</style>