Shades of Sulu #BEF38E
Tints of Sulu #BEF38E
RGB
CMYK
RGB Variations
Color information
#BEF38E (or 0xBEF38E) is known color: Sulu. HEX triplet: BE, F3 and 8E. RGB value is (190,243,142). Sum of RGB (Red+Green+Blue) = 190+243+142=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 243 (95.31% from 255 or 42.26% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF38E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF38E is #410C71. Grayscale: #D7D7D7. Windows color (decimal): -4263026 or 9368510. OLE color: 9368510.
HSL color Cylindrical-coordinate representation of color #BEF38E: hue angle of 91.49º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF38E is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 142 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.05 |
| HSL | 91.49º | 0.81% | 0.75% | - |
| HSV(B) | 91.49º | 0.42% | 0.95% | - |
| XYZ | 58.17 | 77 | 37.39 | - |
| YUV | 215.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 142 | 0.22 | 0 | 0.42 | 0.05 | 91.49 | 0.81 | 0.75 |
| Hex | BE | F3 | 8E | 16 | 0 | 2A | 5 | 5B | 51 | 4B |
| Octal | 276 | 363 | 216 | 26 | 0 | 52 | 5 | 133 | 121 | 113 |
| Binary | 10111110 | 11110011 | 10001110 | 10110 | 0 | 101010 | 101 | 1011011 | 1010001 | 1001011 |
Color Harmonies of #BEF38E
Complementary color
Monochromatic Colors of #BEF38E
Black with #BEF38E
Text Example
Text Example
White with #BEF38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF38E; }
p { color: rgb(190,243,142); }
H1.HeaderClassName
{
color: #BEF38E;
}
.AnyTagClassName
{
color: #BEF38E;
}
</style>
background-color css
<style>
a { background-color: #BEF38E; }
a { background-color: rgb(190,243,142); }
div.DivClassName
{
background-color: #BEF38E;
}
.BgClassName
{
background-color: #BEF38E;
}
</style>
border-color css
<style>
span { border-color: #BEF38E; }
span { border-color: rgb(190,243,142); }
td.TdClassName
{
border-color: #BEF38E;
}
.TagClassName
{
border-color: #BEF38E;
}
</style>