Shades of Sulu #BEF082
Tints of Sulu #BEF082
RGB
CMYK
RGB Variations
Color information
#BEF082 (or 0xBEF082) is known color: Sulu. HEX triplet: BE, F0 and 82. RGB value is (190,240,130). Sum of RGB (Red+Green+Blue) = 190+240+130=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 240 (94.14% from 255 or 42.86% from 560); Blue value is 130 (51.17% from 255 or 23.21% from 560); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF082 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF082 is #410F7D. Grayscale: #D4D4D4. Windows color (decimal): -4263806 or 8581310. OLE color: 8581310.
HSL color Cylindrical-coordinate representation of color #BEF082: hue angle of 87.27º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEF082 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 130 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.06 |
| HSL | 87.27º | 0.79% | 0.73% | - |
| HSV(B) | 87.27º | 0.46% | 0.94% | - |
| XYZ | 56.42 | 74.88 | 32.6 | - |
| YUV | 212.51 | 81.44 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 130 | 0.21 | 0 | 0.46 | 0.06 | 87.27 | 0.79 | 0.73 |
| Hex | BE | F0 | 82 | 15 | 0 | 2E | 6 | 57 | 4F | 49 |
| Octal | 276 | 360 | 202 | 25 | 0 | 56 | 6 | 127 | 117 | 111 |
| Binary | 10111110 | 11110000 | 10000010 | 10101 | 0 | 101110 | 110 | 1010111 | 1001111 | 1001001 |
Color Harmonies of #BEF082
Complementary color
Monochromatic Colors of #BEF082
Black with #BEF082
Text Example
Text Example
White with #BEF082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF082; }
p { color: rgb(190,240,130); }
H1.HeaderClassName
{
color: #BEF082;
}
.AnyTagClassName
{
color: #BEF082;
}
</style>
background-color css
<style>
a { background-color: #BEF082; }
a { background-color: rgb(190,240,130); }
div.DivClassName
{
background-color: #BEF082;
}
.BgClassName
{
background-color: #BEF082;
}
</style>
border-color css
<style>
span { border-color: #BEF082; }
span { border-color: rgb(190,240,130); }
td.TdClassName
{
border-color: #BEF082;
}
.TagClassName
{
border-color: #BEF082;
}
</style>