Shades of Sulu #B7F380
Tints of Sulu #B7F380
RGB
CMYK
RGB Variations
Color information
#B7F380 (or 0xB7F380) is known color: Sulu. HEX triplet: B7, F3 and 80. RGB value is (183,243,128). Sum of RGB (Red+Green+Blue) = 183+243+128=554 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.03% from 554); Green value is 243 (95.31% from 255 or 43.86% from 554); Blue value is 128 (50.39% from 255 or 23.10% from 554); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F380 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7F380 is #480C7F. Grayscale: #D4D4D4. Windows color (decimal): -4721792 or 8450999. OLE color: 8450999.
HSL color Cylindrical-coordinate representation of color #B7F380: hue angle of 91.3º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B7F380 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 128 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.05 |
| HSL | 91.3º | 0.83% | 0.73% | - |
| HSV(B) | 91.3º | 0.47% | 0.95% | - |
| XYZ | 55.48 | 75.73 | 32.11 | - |
| YUV | 211.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 128 | 0.25 | 0 | 0.47 | 0.05 | 91.3 | 0.83 | 0.73 |
| Hex | B7 | F3 | 80 | 19 | 0 | 2F | 5 | 5B | 53 | 49 |
| Octal | 267 | 363 | 200 | 31 | 0 | 57 | 5 | 133 | 123 | 111 |
| Binary | 10110111 | 11110011 | 10000000 | 11001 | 0 | 101111 | 101 | 1011011 | 1010011 | 1001001 |
Color Harmonies of #B7F380
Complementary color
Monochromatic Colors of #B7F380
Black with #B7F380
Text Example
Text Example
White with #B7F380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F380; }
p { color: rgb(183,243,128); }
H1.HeaderClassName
{
color: #B7F380;
}
.AnyTagClassName
{
color: #B7F380;
}
</style>
background-color css
<style>
a { background-color: #B7F380; }
a { background-color: rgb(183,243,128); }
div.DivClassName
{
background-color: #B7F380;
}
.BgClassName
{
background-color: #B7F380;
}
</style>
border-color css
<style>
span { border-color: #B7F380; }
span { border-color: rgb(183,243,128); }
td.TdClassName
{
border-color: #B7F380;
}
.TagClassName
{
border-color: #B7F380;
}
</style>