Shades of Sulu #BEF06F
Tints of Sulu #BEF06F
RGB
CMYK
RGB Variations
Color information
#BEF06F (or 0xBEF06F) is known color: Sulu. HEX triplet: BE, F0 and 6F. RGB value is (190,240,111). Sum of RGB (Red+Green+Blue) = 190+240+111=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF06F is #410F90. Grayscale: #D2D2D2. Windows color (decimal): -4263825 or 7336126. OLE color: 7336126.
HSL color Cylindrical-coordinate representation of color #BEF06F: hue angle of 83.26º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEF06F is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 111 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.06 |
| HSL | 83.26º | 0.81% | 0.69% | - |
| HSV(B) | 83.26º | 0.54% | 0.94% | - |
| XYZ | 55.26 | 74.42 | 26.49 | - |
| YUV | 210.34 | 71.94 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 111 | 0.21 | 0 | 0.54 | 0.06 | 83.26 | 0.81 | 0.69 |
| Hex | BE | F0 | 6F | 15 | 0 | 36 | 6 | 53 | 51 | 45 |
| Octal | 276 | 360 | 157 | 25 | 0 | 66 | 6 | 123 | 121 | 105 |
| Binary | 10111110 | 11110000 | 1101111 | 10101 | 0 | 110110 | 110 | 1010011 | 1010001 | 1000101 |
Color Harmonies of #BEF06F
Complementary color
Monochromatic Colors of #BEF06F
Black with #BEF06F
Text Example
Text Example
White with #BEF06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF06F; }
p { color: rgb(190,240,111); }
H1.HeaderClassName
{
color: #BEF06F;
}
.AnyTagClassName
{
color: #BEF06F;
}
</style>
background-color css
<style>
a { background-color: #BEF06F; }
a { background-color: rgb(190,240,111); }
div.DivClassName
{
background-color: #BEF06F;
}
.BgClassName
{
background-color: #BEF06F;
}
</style>
border-color css
<style>
span { border-color: #BEF06F; }
span { border-color: rgb(190,240,111); }
td.TdClassName
{
border-color: #BEF06F;
}
.TagClassName
{
border-color: #BEF06F;
}
</style>