Shades of Sulu #B1F674
Tints of Sulu #B1F674
RGB
CMYK
RGB Variations
Color information
#B1F674 (or 0xB1F674) is known color: Sulu. HEX triplet: B1, F6 and 74. RGB value is (177,246,116). Sum of RGB (Red+Green+Blue) = 177+246+116=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 116 (45.70% from 255 or 21.52% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F674 is #4E098B. Grayscale: #D2D2D2. Windows color (decimal): -5114252 or 7665329. OLE color: 7665329.
HSL color Cylindrical-coordinate representation of color #B1F674: hue angle of 91.85º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1F674 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 246 | 116 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.04 |
| HSL | 91.85º | 0.88% | 0.71% | - |
| HSV(B) | 91.85º | 0.53% | 0.96% | - |
| XYZ | 54.24 | 76.52 | 28.43 | - |
| YUV | 210.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 246 | 116 | 0.28 | 0 | 0.53 | 0.04 | 91.85 | 0.88 | 0.71 |
| Hex | B1 | F6 | 74 | 1C | 0 | 35 | 4 | 5C | 58 | 47 |
| Octal | 261 | 366 | 164 | 34 | 0 | 65 | 4 | 134 | 130 | 107 |
| Binary | 10110001 | 11110110 | 1110100 | 11100 | 0 | 110101 | 100 | 1011100 | 1011000 | 1000111 |
Color Harmonies of #B1F674
Complementary color
Monochromatic Colors of #B1F674
Black with #B1F674
Text Example
Text Example
White with #B1F674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F674; }
p { color: rgb(177,246,116); }
H1.HeaderClassName
{
color: #B1F674;
}
.AnyTagClassName
{
color: #B1F674;
}
</style>
background-color css
<style>
a { background-color: #B1F674; }
a { background-color: rgb(177,246,116); }
div.DivClassName
{
background-color: #B1F674;
}
.BgClassName
{
background-color: #B1F674;
}
</style>
border-color css
<style>
span { border-color: #B1F674; }
span { border-color: rgb(177,246,116); }
td.TdClassName
{
border-color: #B1F674;
}
.TagClassName
{
border-color: #B1F674;
}
</style>