Shades of Sulu #B3DF72
Tints of Sulu #B3DF72
RGB
CMYK
RGB Variations
Color information
#B3DF72 (or 0xB3DF72) is known color: Sulu. HEX triplet: B3, DF and 72. RGB value is (179,223,114). Sum of RGB (Red+Green+Blue) = 179+223+114=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DF72 is #4C208D. Grayscale: #C5C5C5. Windows color (decimal): -4989070 or 7528371. OLE color: 7528371.
HSL color Cylindrical-coordinate representation of color #B3DF72: hue angle of 84.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B3DF72 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 114 | - |
| CMYK | 0.20 | 0 | 0.49 | 0.13 |
| HSL | 84.22º | 0.63% | 0.66% | - |
| HSV(B) | 84.22º | 0.49% | 0.87% | - |
| XYZ | 48.02 | 63.57 | 25.66 | - |
| YUV | 197.42 | 80.92 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 114 | 0.20 | 0 | 0.49 | 0.13 | 84.22 | 0.63 | 0.66 |
| Hex | B3 | DF | 72 | 14 | 0 | 31 | D | 54 | 3F | 42 |
| Octal | 263 | 337 | 162 | 24 | 0 | 61 | 15 | 124 | 77 | 102 |
| Binary | 10110011 | 11011111 | 1110010 | 10100 | 0 | 110001 | 1101 | 1010100 | 111111 | 1000010 |
Color Harmonies of #B3DF72
Complementary color
Monochromatic Colors of #B3DF72
Black with #B3DF72
Text Example
Text Example
White with #B3DF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF72; }
p { color: rgb(179,223,114); }
H1.HeaderClassName
{
color: #B3DF72;
}
.AnyTagClassName
{
color: #B3DF72;
}
</style>
background-color css
<style>
a { background-color: #B3DF72; }
a { background-color: rgb(179,223,114); }
div.DivClassName
{
background-color: #B3DF72;
}
.BgClassName
{
background-color: #B3DF72;
}
</style>
border-color css
<style>
span { border-color: #B3DF72; }
span { border-color: rgb(179,223,114); }
td.TdClassName
{
border-color: #B3DF72;
}
.TagClassName
{
border-color: #B3DF72;
}
</style>