Shades of Sulu #BEF970
Tints of Sulu #BEF970
RGB
CMYK
RGB Variations
Color information
#BEF970 (or 0xBEF970) is known color: Sulu. HEX triplet: BE, F9 and 70. RGB value is (190,249,112). Sum of RGB (Red+Green+Blue) = 190+249+112=551 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.48% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 112 (44.14% from 255 or 20.33% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF970 is #41068F. Grayscale: #D8D8D8. Windows color (decimal): -4261520 or 7403966. OLE color: 7403966.
HSL color Cylindrical-coordinate representation of color #BEF970: hue angle of 85.84º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEF970 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 249 | 112 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.02 |
| HSL | 85.84º | 0.92% | 0.71% | - |
| HSV(B) | 85.84º | 0.55% | 0.98% | - |
| XYZ | 58.04 | 79.87 | 27.69 | - |
| YUV | 215.74 | 69.45 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 249 | 112 | 0.24 | 0 | 0.55 | 0.02 | 85.84 | 0.92 | 0.71 |
| Hex | BE | F9 | 70 | 18 | 0 | 37 | 2 | 56 | 5C | 47 |
| Octal | 276 | 371 | 160 | 30 | 0 | 67 | 2 | 126 | 134 | 107 |
| Binary | 10111110 | 11111001 | 1110000 | 11000 | 0 | 110111 | 10 | 1010110 | 1011100 | 1000111 |
Color Harmonies of #BEF970
Complementary color
Monochromatic Colors of #BEF970
Black with #BEF970
Text Example
Text Example
White with #BEF970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF970; }
p { color: rgb(190,249,112); }
H1.HeaderClassName
{
color: #BEF970;
}
.AnyTagClassName
{
color: #BEF970;
}
</style>
background-color css
<style>
a { background-color: #BEF970; }
a { background-color: rgb(190,249,112); }
div.DivClassName
{
background-color: #BEF970;
}
.BgClassName
{
background-color: #BEF970;
}
</style>
border-color css
<style>
span { border-color: #BEF970; }
span { border-color: rgb(190,249,112); }
td.TdClassName
{
border-color: #BEF970;
}
.TagClassName
{
border-color: #BEF970;
}
</style>