Shades of Sulu #B2FD6A
Tints of Sulu #B2FD6A
RGB
CMYK
RGB Variations
Color information
#B2FD6A (or 0xB2FD6A) is known color: Sulu. HEX triplet: B2, FD and 6A. RGB value is (178,253,106). Sum of RGB (Red+Green+Blue) = 178+253+106=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD6A is #4D0295. Grayscale: #D6D6D6. Windows color (decimal): -5046934 or 7011762. OLE color: 7011762.
HSL color Cylindrical-coordinate representation of color #B2FD6A: hue angle of 90.61º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2FD6A is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 106 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.01 |
| HSL | 90.61º | 0.97% | 0.7% | - |
| HSV(B) | 90.61º | 0.58% | 0.99% | - |
| XYZ | 56.09 | 80.76 | 26.27 | - |
| YUV | 213.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 106 | 0.30 | 0 | 0.58 | 0.01 | 90.61 | 0.97 | 0.7 |
| Hex | B2 | FD | 6A | 1E | 0 | 3A | 1 | 5B | 61 | 46 |
| Octal | 262 | 375 | 152 | 36 | 0 | 72 | 1 | 133 | 141 | 106 |
| Binary | 10110010 | 11111101 | 1101010 | 11110 | 0 | 111010 | 1 | 1011011 | 1100001 | 1000110 |
Color Harmonies of #B2FD6A
Complementary color
Monochromatic Colors of #B2FD6A
Black with #B2FD6A
Text Example
Text Example
White with #B2FD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FD6A; }
p { color: rgb(178,253,106); }
H1.HeaderClassName
{
color: #B2FD6A;
}
.AnyTagClassName
{
color: #B2FD6A;
}
</style>
background-color css
<style>
a { background-color: #B2FD6A; }
a { background-color: rgb(178,253,106); }
div.DivClassName
{
background-color: #B2FD6A;
}
.BgClassName
{
background-color: #B2FD6A;
}
</style>
border-color css
<style>
span { border-color: #B2FD6A; }
span { border-color: rgb(178,253,106); }
td.TdClassName
{
border-color: #B2FD6A;
}
.TagClassName
{
border-color: #B2FD6A;
}
</style>