Shades of Sulu #B7FC84
Tints of Sulu #B7FC84
RGB
CMYK
RGB Variations
Color information
#B7FC84 (or 0xB7FC84) is known color: Sulu. HEX triplet: B7, FC and 84. RGB value is (183,252,132). Sum of RGB (Red+Green+Blue) = 183+252+132=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FC84 is #48037B. Grayscale: #DADADA. Windows color (decimal): -4719484 or 8715447. OLE color: 8715447.
HSL color Cylindrical-coordinate representation of color #B7FC84: hue angle of 94.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7FC84 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
RGB | 183 | 252 | 132 | - |
CMYK | 0.27 | 0 | 0.48 | 0.01 |
HSL | 94.5º | 0.95% | 0.75% | - |
HSV(B) | 94.5º | 0.48% | 0.99% | - |
XYZ | 58.5 | 81.35 | 34.45 | - |
YUV | 217.69 | 79.64 | 103.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 252 | 132 | 0.27 | 0 | 0.48 | 0.01 | 94.5 | 0.95 | 0.75 |
Hex | B7 | FC | 84 | 1B | 0 | 30 | 1 | 5E | 5F | 4B |
Octal | 267 | 374 | 204 | 33 | 0 | 60 | 1 | 136 | 137 | 113 |
Binary | 10110111 | 11111100 | 10000100 | 11011 | 0 | 110000 | 1 | 1011110 | 1011111 | 1001011 |
Color Harmonies of #B7FC84
Complementary color
Monochromatic Colors of #B7FC84
Black with #B7FC84
Text Example
Text Example
White with #B7FC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FC84; }
p { color: rgb(183,252,132); }
H1.HeaderClassName
{
color: #B7FC84;
}
.AnyTagClassName
{
color: #B7FC84;
}
</style>
background-color css
<style>
a { background-color: #B7FC84; }
a { background-color: rgb(183,252,132); }
div.DivClassName
{
background-color: #B7FC84;
}
.BgClassName
{
background-color: #B7FC84;
}
</style>
border-color css
<style>
span { border-color: #B7FC84; }
span { border-color: rgb(183,252,132); }
td.TdClassName
{
border-color: #B7FC84;
}
.TagClassName
{
border-color: #B7FC84;
}
</style>