Shades of Sulu #BEF672
Tints of Sulu #BEF672
RGB
CMYK
RGB Variations
Color information
#BEF672 (or 0xBEF672) is known color: Sulu. HEX triplet: BE, F6 and 72. RGB value is (190,246,114). Sum of RGB (Red+Green+Blue) = 190+246+114=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #BEF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF672 is #41098D. Grayscale: #D6D6D6. Windows color (decimal): -4262286 or 7534270. OLE color: 7534270.
HSL color Cylindrical-coordinate representation of color #BEF672: hue angle of 85.45º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BEF672 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 246 | 114 | - |
| CMYK | 0.23 | 0 | 0.54 | 0.04 |
| HSL | 85.45º | 0.88% | 0.71% | - |
| HSV(B) | 85.45º | 0.54% | 0.96% | - |
| XYZ | 57.23 | 78.07 | 27.97 | - |
| YUV | 214.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 246 | 114 | 0.23 | 0 | 0.54 | 0.04 | 85.45 | 0.88 | 0.71 |
| Hex | BE | F6 | 72 | 17 | 0 | 36 | 4 | 55 | 58 | 47 |
| Octal | 276 | 366 | 162 | 27 | 0 | 66 | 4 | 125 | 130 | 107 |
| Binary | 10111110 | 11110110 | 1110010 | 10111 | 0 | 110110 | 100 | 1010101 | 1011000 | 1000111 |
Color Harmonies of #BEF672
Complementary color
Monochromatic Colors of #BEF672
Black with #BEF672
Text Example
Text Example
White with #BEF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF672; }
p { color: rgb(190,246,114); }
H1.HeaderClassName
{
color: #BEF672;
}
.AnyTagClassName
{
color: #BEF672;
}
</style>
background-color css
<style>
a { background-color: #BEF672; }
a { background-color: rgb(190,246,114); }
div.DivClassName
{
background-color: #BEF672;
}
.BgClassName
{
background-color: #BEF672;
}
</style>
border-color css
<style>
span { border-color: #BEF672; }
span { border-color: rgb(190,246,114); }
td.TdClassName
{
border-color: #BEF672;
}
.TagClassName
{
border-color: #BEF672;
}
</style>