Shades of Sulu #B7F06C
Tints of Sulu #B7F06C
RGB
CMYK
RGB Variations
Color information
#B7F06C (or 0xB7F06C) is known color: Sulu. HEX triplet: B7, F0 and 6C. RGB value is (183,240,108). Sum of RGB (Red+Green+Blue) = 183+240+108=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #B7F06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7F06C is #480F93. Grayscale: #D0D0D0. Windows color (decimal): -4722580 or 7139511. OLE color: 7139511.
HSL color Cylindrical-coordinate representation of color #B7F06C: hue angle of 85.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7F06C is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 240 | 108 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.06 |
| HSL | 85.91º | 0.81% | 0.68% | - |
| HSV(B) | 85.91º | 0.55% | 0.94% | - |
| XYZ | 53.4 | 73.47 | 25.55 | - |
| YUV | 207.91 | 71.62 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 240 | 108 | 0.24 | 0 | 0.55 | 0.06 | 85.91 | 0.81 | 0.68 |
| Hex | B7 | F0 | 6C | 18 | 0 | 37 | 6 | 56 | 51 | 44 |
| Octal | 267 | 360 | 154 | 30 | 0 | 67 | 6 | 126 | 121 | 104 |
| Binary | 10110111 | 11110000 | 1101100 | 11000 | 0 | 110111 | 110 | 1010110 | 1010001 | 1000100 |
Color Harmonies of #B7F06C
Complementary color
Monochromatic Colors of #B7F06C
Black with #B7F06C
Text Example
Text Example
White with #B7F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F06C; }
p { color: rgb(183,240,108); }
H1.HeaderClassName
{
color: #B7F06C;
}
.AnyTagClassName
{
color: #B7F06C;
}
</style>
background-color css
<style>
a { background-color: #B7F06C; }
a { background-color: rgb(183,240,108); }
div.DivClassName
{
background-color: #B7F06C;
}
.BgClassName
{
background-color: #B7F06C;
}
</style>
border-color css
<style>
span { border-color: #B7F06C; }
span { border-color: rgb(183,240,108); }
td.TdClassName
{
border-color: #B7F06C;
}
.TagClassName
{
border-color: #B7F06C;
}
</style>