Shades of Sulu #BEFF62
Tints of Sulu #BEFF62
RGB
CMYK
RGB Variations
Color information
#BEFF62 (or 0xBEFF62) is known color: Sulu. HEX triplet: BE, FF and 62. RGB value is (190,255,98). Sum of RGB (Red+Green+Blue) = 190+255+98=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF62 is #41009D. Grayscale: #DADADA. Windows color (decimal): -4259998 or 6487998. OLE color: 6487998.
HSL color Cylindrical-coordinate representation of color #BEFF62: hue angle of 84.84º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BEFF62 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 190 | 255 | 98 | - |
| CMYK | 0.25 | 0 | 0.62 | 0 |
| HSL | 84.84º | 1% | 0.69% | - |
| HSV(B) | 84.84º | 0.62% | 1% | - |
| XYZ | 59.2 | 83.35 | 24.52 | - |
| YUV | 217.67 | 60.47 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 255 | 98 | 0.25 | 0 | 0.62 | 0 | 84.84 | 1 | 0.69 |
| Hex | BE | FF | 62 | 19 | 0 | 3E | 0 | 55 | 64 | 45 |
| Octal | 276 | 377 | 142 | 31 | 0 | 76 | 0 | 125 | 144 | 105 |
| Binary | 10111110 | 11111111 | 1100010 | 11001 | 0 | 111110 | 0 | 1010101 | 1100100 | 1000101 |
Color Harmonies of #BEFF62
Complementary color
Monochromatic Colors of #BEFF62
Black with #BEFF62
Text Example
Text Example
White with #BEFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEFF62; }
p { color: rgb(190,255,98); }
H1.HeaderClassName
{
color: #BEFF62;
}
.AnyTagClassName
{
color: #BEFF62;
}
</style>
background-color css
<style>
a { background-color: #BEFF62; }
a { background-color: rgb(190,255,98); }
div.DivClassName
{
background-color: #BEFF62;
}
.BgClassName
{
background-color: #BEFF62;
}
</style>
border-color css
<style>
span { border-color: #BEFF62; }
span { border-color: rgb(190,255,98); }
td.TdClassName
{
border-color: #BEFF62;
}
.TagClassName
{
border-color: #BEFF62;
}
</style>