Shades of Sulu #BEF482
Tints of Sulu #BEF482
RGB
CMYK
RGB Variations
Color information
#BEF482 (or 0xBEF482) is known color: Sulu. HEX triplet: BE, F4 and 82. RGB value is (190,244,130). Sum of RGB (Red+Green+Blue) = 190+244+130=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF482 is #410B7D. Grayscale: #D7D7D7. Windows color (decimal): -4262782 or 8582334. OLE color: 8582334.
HSL color Cylindrical-coordinate representation of color #BEF482: hue angle of 88.42º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEF482 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 130 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.04 |
| HSL | 88.42º | 0.84% | 0.73% | - |
| HSV(B) | 88.42º | 0.47% | 0.96% | - |
| XYZ | 57.62 | 77.26 | 33 | - |
| YUV | 214.86 | 80.11 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 130 | 0.22 | 0 | 0.47 | 0.04 | 88.42 | 0.84 | 0.73 |
| Hex | BE | F4 | 82 | 16 | 0 | 2F | 4 | 58 | 54 | 49 |
| Octal | 276 | 364 | 202 | 26 | 0 | 57 | 4 | 130 | 124 | 111 |
| Binary | 10111110 | 11110100 | 10000010 | 10110 | 0 | 101111 | 100 | 1011000 | 1010100 | 1001001 |
Color Harmonies of #BEF482
Complementary color
Monochromatic Colors of #BEF482
Black with #BEF482
Text Example
Text Example
White with #BEF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF482; }
p { color: rgb(190,244,130); }
H1.HeaderClassName
{
color: #BEF482;
}
.AnyTagClassName
{
color: #BEF482;
}
</style>
background-color css
<style>
a { background-color: #BEF482; }
a { background-color: rgb(190,244,130); }
div.DivClassName
{
background-color: #BEF482;
}
.BgClassName
{
background-color: #BEF482;
}
</style>
border-color css
<style>
span { border-color: #BEF482; }
span { border-color: rgb(190,244,130); }
td.TdClassName
{
border-color: #BEF482;
}
.TagClassName
{
border-color: #BEF482;
}
</style>