Shades of Sulu #BEFF82
Tints of Sulu #BEFF82
RGB
CMYK
RGB Variations
Color information
#BEFF82 (or 0xBEFF82) is known color: Sulu. HEX triplet: BE, FF and 82. RGB value is (190,255,130). Sum of RGB (Red+Green+Blue) = 190+255+130=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF82 is #41007D. Grayscale: #DDDDDD. Windows color (decimal): -4259966 or 8585150. OLE color: 8585150.
HSL color Cylindrical-coordinate representation of color #BEFF82: hue angle of 91.2º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BEFF82 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 130 | - |
| CMYK | 0.25 | 0 | 0.49 | 0 |
| HSL | 91.2º | 1% | 0.75% | - |
| HSV(B) | 91.2º | 0.49% | 1% | - |
| XYZ | 61.02 | 84.08 | 34.13 | - |
| YUV | 221.32 | 76.47 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 130 | 0.25 | 0 | 0.49 | 0 | 91.2 | 1 | 0.75 |
| Hex | BE | FF | 82 | 19 | 0 | 31 | 0 | 5B | 64 | 4B |
| Octal | 276 | 377 | 202 | 31 | 0 | 61 | 0 | 133 | 144 | 113 |
| Binary | 10111110 | 11111111 | 10000010 | 11001 | 0 | 110001 | 0 | 1011011 | 1100100 | 1001011 |
Color Harmonies of #BEFF82
Complementary color
Monochromatic Colors of #BEFF82
Black with #BEFF82
Text Example
Text Example
White with #BEFF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF82; }
p { color: rgb(190,255,130); }
H1.HeaderClassName
{
color: #BEFF82;
}
.AnyTagClassName
{
color: #BEFF82;
}
</style>
background-color css
<style>
a { background-color: #BEFF82; }
a { background-color: rgb(190,255,130); }
div.DivClassName
{
background-color: #BEFF82;
}
.BgClassName
{
background-color: #BEFF82;
}
</style>
border-color css
<style>
span { border-color: #BEFF82; }
span { border-color: rgb(190,255,130); }
td.TdClassName
{
border-color: #BEFF82;
}
.TagClassName
{
border-color: #BEFF82;
}
</style>