Shades of Sulu #BEF38C
Tints of Sulu #BEF38C
RGB
CMYK
RGB Variations
Color information
#BEF38C (or 0xBEF38C) is known color: Sulu. HEX triplet: BE, F3 and 8C. RGB value is (190,243,140). Sum of RGB (Red+Green+Blue) = 190+243+140=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 140 (55.08% from 255 or 24.43% from 573); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF38C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF38C is #410C73. Grayscale: #D7D7D7. Windows color (decimal): -4263028 or 9237438. OLE color: 9237438.
HSL color Cylindrical-coordinate representation of color #BEF38C: hue angle of 90.87º 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 #BEF38C is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 140 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.05 |
| HSL | 90.87º | 0.81% | 0.75% | - |
| HSV(B) | 90.87º | 0.42% | 0.95% | - |
| XYZ | 58.02 | 76.94 | 36.6 | - |
| YUV | 215.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 140 | 0.22 | 0 | 0.42 | 0.05 | 90.87 | 0.81 | 0.75 |
| Hex | BE | F3 | 8C | 16 | 0 | 2A | 5 | 5B | 51 | 4B |
| Octal | 276 | 363 | 214 | 26 | 0 | 52 | 5 | 133 | 121 | 113 |
| Binary | 10111110 | 11110011 | 10001100 | 10110 | 0 | 101010 | 101 | 1011011 | 1010001 | 1001011 |
Color Harmonies of #BEF38C
Complementary color
Monochromatic Colors of #BEF38C
Black with #BEF38C
Text Example
Text Example
White with #BEF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF38C; }
p { color: rgb(190,243,140); }
H1.HeaderClassName
{
color: #BEF38C;
}
.AnyTagClassName
{
color: #BEF38C;
}
</style>
background-color css
<style>
a { background-color: #BEF38C; }
a { background-color: rgb(190,243,140); }
div.DivClassName
{
background-color: #BEF38C;
}
.BgClassName
{
background-color: #BEF38C;
}
</style>
border-color css
<style>
span { border-color: #BEF38C; }
span { border-color: rgb(190,243,140); }
td.TdClassName
{
border-color: #BEF38C;
}
.TagClassName
{
border-color: #BEF38C;
}
</style>