Shades of Sulu #B3DF74
Tints of Sulu #B3DF74
RGB
CMYK
RGB Variations
Color information
#B3DF74 (or 0xB3DF74) is known color: Sulu. HEX triplet: B3, DF and 74. RGB value is (179,223,116). Sum of RGB (Red+Green+Blue) = 179+223+116=518 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.56% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #B3DF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DF74 is #4C208B. Grayscale: #C6C6C6. Windows color (decimal): -4989068 or 7659443. OLE color: 7659443.
HSL color Cylindrical-coordinate representation of color #B3DF74: hue angle of 84.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B3DF74 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 223 | 116 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.13 |
| HSL | 84.67º | 0.63% | 0.66% | - |
| HSV(B) | 84.67º | 0.48% | 0.87% | - |
| XYZ | 48.13 | 63.62 | 26.27 | - |
| YUV | 197.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 223 | 116 | 0.20 | 0 | 0.48 | 0.13 | 84.67 | 0.63 | 0.66 |
| Hex | B3 | DF | 74 | 14 | 0 | 30 | D | 55 | 3F | 42 |
| Octal | 263 | 337 | 164 | 24 | 0 | 60 | 15 | 125 | 77 | 102 |
| Binary | 10110011 | 11011111 | 1110100 | 10100 | 0 | 110000 | 1101 | 1010101 | 111111 | 1000010 |
Color Harmonies of #B3DF74
Complementary color
Monochromatic Colors of #B3DF74
Black with #B3DF74
Text Example
Text Example
White with #B3DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DF74; }
p { color: rgb(179,223,116); }
H1.HeaderClassName
{
color: #B3DF74;
}
.AnyTagClassName
{
color: #B3DF74;
}
</style>
background-color css
<style>
a { background-color: #B3DF74; }
a { background-color: rgb(179,223,116); }
div.DivClassName
{
background-color: #B3DF74;
}
.BgClassName
{
background-color: #B3DF74;
}
</style>
border-color css
<style>
span { border-color: #B3DF74; }
span { border-color: rgb(179,223,116); }
td.TdClassName
{
border-color: #B3DF74;
}
.TagClassName
{
border-color: #B3DF74;
}
</style>