Shades of Sulu #B4DF74
Tints of Sulu #B4DF74
RGB
CMYK
RGB Variations
Color information
#B4DF74 (or 0xB4DF74) is known color: Sulu. HEX triplet: B4, DF and 74. RGB value is (180,223,116). Sum of RGB (Red+Green+Blue) = 180+223+116=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DF74 is #4B208B. Grayscale: #C6C6C6. Windows color (decimal): -4923532 or 7659444. OLE color: 7659444.
HSL color Cylindrical-coordinate representation of color #B4DF74: hue angle of 84.11º 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 #B4DF74 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 116 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.13 |
| HSL | 84.11º | 0.63% | 0.66% | - |
| HSV(B) | 84.11º | 0.48% | 0.87% | - |
| XYZ | 48.36 | 63.74 | 26.28 | - |
| YUV | 197.95 | 81.75 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 116 | 0.19 | 0 | 0.48 | 0.13 | 84.11 | 0.63 | 0.66 |
| Hex | B4 | DF | 74 | 13 | 0 | 30 | D | 54 | 3F | 42 |
| Octal | 264 | 337 | 164 | 23 | 0 | 60 | 15 | 124 | 77 | 102 |
| Binary | 10110100 | 11011111 | 1110100 | 10011 | 0 | 110000 | 1101 | 1010100 | 111111 | 1000010 |
Color Harmonies of #B4DF74
Complementary color
Monochromatic Colors of #B4DF74
Black with #B4DF74
Text Example
Text Example
White with #B4DF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF74; }
p { color: rgb(180,223,116); }
H1.HeaderClassName
{
color: #B4DF74;
}
.AnyTagClassName
{
color: #B4DF74;
}
</style>
background-color css
<style>
a { background-color: #B4DF74; }
a { background-color: rgb(180,223,116); }
div.DivClassName
{
background-color: #B4DF74;
}
.BgClassName
{
background-color: #B4DF74;
}
</style>
border-color css
<style>
span { border-color: #B4DF74; }
span { border-color: rgb(180,223,116); }
td.TdClassName
{
border-color: #B4DF74;
}
.TagClassName
{
border-color: #B4DF74;
}
</style>