Shades of Sulu #BEFA82
Tints of Sulu #BEFA82
RGB
CMYK
RGB Variations
Color information
#BEFA82 (or 0xBEFA82) is known color: Sulu. HEX triplet: BE, FA and 82. RGB value is (190,250,130). Sum of RGB (Red+Green+Blue) = 190+250+130=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFA82 is #41057D. Grayscale: #DADADA. Windows color (decimal): -4261246 or 8583870. OLE color: 8583870.
HSL color Cylindrical-coordinate representation of color #BEFA82: hue angle of 90º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEFA82 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 250 | 130 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.02 |
| HSL | 90º | 0.92% | 0.75% | - |
| HSV(B) | 90º | 0.48% | 0.98% | - |
| XYZ | 59.45 | 80.93 | 33.61 | - |
| YUV | 218.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 250 | 130 | 0.24 | 0 | 0.48 | 0.02 | 90 | 0.92 | 0.75 |
| Hex | BE | FA | 82 | 18 | 0 | 30 | 2 | 5A | 5C | 4B |
| Octal | 276 | 372 | 202 | 30 | 0 | 60 | 2 | 132 | 134 | 113 |
| Binary | 10111110 | 11111010 | 10000010 | 11000 | 0 | 110000 | 10 | 1011010 | 1011100 | 1001011 |
Color Harmonies of #BEFA82
Complementary color
Monochromatic Colors of #BEFA82
Black with #BEFA82
Text Example
Text Example
White with #BEFA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFA82; }
p { color: rgb(190,250,130); }
H1.HeaderClassName
{
color: #BEFA82;
}
.AnyTagClassName
{
color: #BEFA82;
}
</style>
background-color css
<style>
a { background-color: #BEFA82; }
a { background-color: rgb(190,250,130); }
div.DivClassName
{
background-color: #BEFA82;
}
.BgClassName
{
background-color: #BEFA82;
}
</style>
border-color css
<style>
span { border-color: #BEFA82; }
span { border-color: rgb(190,250,130); }
td.TdClassName
{
border-color: #BEFA82;
}
.TagClassName
{
border-color: #BEFA82;
}
</style>