Shades of Sulu #BEF76A
Tints of Sulu #BEF76A
RGB
CMYK
RGB Variations
Color information
#BEF76A (or 0xBEF76A) is known color: Sulu. HEX triplet: BE, F7 and 6A. RGB value is (190,247,106). Sum of RGB (Red+Green+Blue) = 190+247+106=543 (71% of max value = 765). Red value is 190 (74.61% from 255 or 34.99% from 543); Green value is 247 (96.88% from 255 or 45.49% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF76A is #410895. Grayscale: #D6D6D6. Windows color (decimal): -4262038 or 7010238. OLE color: 7010238.
HSL color Cylindrical-coordinate representation of color #BEF76A: hue angle of 84.26º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEF76A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 106 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.03 |
| HSL | 84.26º | 0.9% | 0.69% | - |
| HSV(B) | 84.26º | 0.57% | 0.97% | - |
| XYZ | 57.1 | 78.51 | 25.78 | - |
| YUV | 213.88 | 67.12 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 106 | 0.23 | 0 | 0.57 | 0.03 | 84.26 | 0.9 | 0.69 |
| Hex | BE | F7 | 6A | 17 | 0 | 39 | 3 | 54 | 5A | 45 |
| Octal | 276 | 367 | 152 | 27 | 0 | 71 | 3 | 124 | 132 | 105 |
| Binary | 10111110 | 11110111 | 1101010 | 10111 | 0 | 111001 | 11 | 1010100 | 1011010 | 1000101 |
Color Harmonies of #BEF76A
Complementary color
Monochromatic Colors of #BEF76A
Black with #BEF76A
Text Example
Text Example
White with #BEF76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF76A; }
p { color: rgb(190,247,106); }
H1.HeaderClassName
{
color: #BEF76A;
}
.AnyTagClassName
{
color: #BEF76A;
}
</style>
background-color css
<style>
a { background-color: #BEF76A; }
a { background-color: rgb(190,247,106); }
div.DivClassName
{
background-color: #BEF76A;
}
.BgClassName
{
background-color: #BEF76A;
}
</style>
border-color css
<style>
span { border-color: #BEF76A; }
span { border-color: rgb(190,247,106); }
td.TdClassName
{
border-color: #BEF76A;
}
.TagClassName
{
border-color: #BEF76A;
}
</style>