Shades of Sulu #B3DF70
Tints of Sulu #B3DF70
RGB
CMYK
RGB Variations
Color information
#B3DF70 (or 0xB3DF70) is known color: Sulu. HEX triplet: B3, DF and 70. RGB value is (179,223,112). Sum of RGB (Red+Green+Blue) = 179+223+112=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DF70 is #4C208F. Grayscale: #C5C5C5. Windows color (decimal): -4989072 or 7397299. OLE color: 7397299.
HSL color Cylindrical-coordinate representation of color #B3DF70: hue angle of 83.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3DF70 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 112 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.13 |
| HSL | 83.78º | 0.63% | 0.66% | - |
| HSV(B) | 83.78º | 0.5% | 0.87% | - |
| XYZ | 47.9 | 63.53 | 25.07 | - |
| YUV | 197.19 | 79.92 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 112 | 0.20 | 0 | 0.50 | 0.13 | 83.78 | 0.63 | 0.66 |
| Hex | B3 | DF | 70 | 14 | 0 | 32 | D | 54 | 3F | 42 |
| Octal | 263 | 337 | 160 | 24 | 0 | 62 | 15 | 124 | 77 | 102 |
| Binary | 10110011 | 11011111 | 1110000 | 10100 | 0 | 110010 | 1101 | 1010100 | 111111 | 1000010 |
Color Harmonies of #B3DF70
Complementary color
Monochromatic Colors of #B3DF70
Black with #B3DF70
Text Example
Text Example
White with #B3DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF70; }
p { color: rgb(179,223,112); }
H1.HeaderClassName
{
color: #B3DF70;
}
.AnyTagClassName
{
color: #B3DF70;
}
</style>
background-color css
<style>
a { background-color: #B3DF70; }
a { background-color: rgb(179,223,112); }
div.DivClassName
{
background-color: #B3DF70;
}
.BgClassName
{
background-color: #B3DF70;
}
</style>
border-color css
<style>
span { border-color: #B3DF70; }
span { border-color: rgb(179,223,112); }
td.TdClassName
{
border-color: #B3DF70;
}
.TagClassName
{
border-color: #B3DF70;
}
</style>