Shades of Sulu #BEF08A
Tints of Sulu #BEF08A
RGB
CMYK
RGB Variations
Color information
#BEF08A (or 0xBEF08A) is known color: Sulu. HEX triplet: BE, F0 and 8A. RGB value is (190,240,138). Sum of RGB (Red+Green+Blue) = 190+240+138=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF08A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF08A is #410F75. Grayscale: #D5D5D5. Windows color (decimal): -4263798 or 9105598. OLE color: 9105598.
HSL color Cylindrical-coordinate representation of color #BEF08A: hue angle of 89.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEF08A is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 138 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.06 |
| HSL | 89.41º | 0.77% | 0.74% | - |
| HSV(B) | 89.41º | 0.43% | 0.94% | - |
| XYZ | 56.98 | 75.1 | 35.54 | - |
| YUV | 213.42 | 85.44 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 138 | 0.21 | 0 | 0.42 | 0.06 | 89.41 | 0.77 | 0.74 |
| Hex | BE | F0 | 8A | 15 | 0 | 2A | 6 | 59 | 4D | 4A |
| Octal | 276 | 360 | 212 | 25 | 0 | 52 | 6 | 131 | 115 | 112 |
| Binary | 10111110 | 11110000 | 10001010 | 10101 | 0 | 101010 | 110 | 1011001 | 1001101 | 1001010 |
Color Harmonies of #BEF08A
Complementary color
Monochromatic Colors of #BEF08A
Black with #BEF08A
Text Example
Text Example
White with #BEF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF08A; }
p { color: rgb(190,240,138); }
H1.HeaderClassName
{
color: #BEF08A;
}
.AnyTagClassName
{
color: #BEF08A;
}
</style>
background-color css
<style>
a { background-color: #BEF08A; }
a { background-color: rgb(190,240,138); }
div.DivClassName
{
background-color: #BEF08A;
}
.BgClassName
{
background-color: #BEF08A;
}
</style>
border-color css
<style>
span { border-color: #BEF08A; }
span { border-color: rgb(190,240,138); }
td.TdClassName
{
border-color: #BEF08A;
}
.TagClassName
{
border-color: #BEF08A;
}
</style>