Shades of Sulu #BEF08C
Tints of Sulu #BEF08C
RGB
CMYK
RGB Variations
Color information
#BEF08C (or 0xBEF08C) is known color: Sulu. HEX triplet: BE, F0 and 8C. RGB value is (190,240,140). Sum of RGB (Red+Green+Blue) = 190+240+140=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 240 (94.14% from 255 or 42.11% from 570); Blue value is 140 (55.08% from 255 or 24.56% from 570); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF08C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF08C is #410F73. Grayscale: #D6D6D6. Windows color (decimal): -4263796 or 9236670. OLE color: 9236670.
HSL color Cylindrical-coordinate representation of color #BEF08C: hue angle of 90º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF08C is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 140 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.06 |
| HSL | 90º | 0.77% | 0.75% | - |
| HSV(B) | 90º | 0.42% | 0.94% | - |
| XYZ | 57.13 | 75.16 | 36.31 | - |
| YUV | 213.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 140 | 0.21 | 0 | 0.42 | 0.06 | 90 | 0.77 | 0.75 |
| Hex | BE | F0 | 8C | 15 | 0 | 2A | 6 | 5A | 4D | 4B |
| Octal | 276 | 360 | 214 | 25 | 0 | 52 | 6 | 132 | 115 | 113 |
| Binary | 10111110 | 11110000 | 10001100 | 10101 | 0 | 101010 | 110 | 1011010 | 1001101 | 1001011 |
Color Harmonies of #BEF08C
Complementary color
Monochromatic Colors of #BEF08C
Black with #BEF08C
Text Example
Text Example
White with #BEF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF08C; }
p { color: rgb(190,240,140); }
H1.HeaderClassName
{
color: #BEF08C;
}
.AnyTagClassName
{
color: #BEF08C;
}
</style>
background-color css
<style>
a { background-color: #BEF08C; }
a { background-color: rgb(190,240,140); }
div.DivClassName
{
background-color: #BEF08C;
}
.BgClassName
{
background-color: #BEF08C;
}
</style>
border-color css
<style>
span { border-color: #BEF08C; }
span { border-color: rgb(190,240,140); }
td.TdClassName
{
border-color: #BEF08C;
}
.TagClassName
{
border-color: #BEF08C;
}
</style>