Shades of Sulu #B2F17D
Tints of Sulu #B2F17D
RGB
CMYK
RGB Variations
Color information
#B2F17D (or 0xB2F17D) is known color: Sulu. HEX triplet: B2, F1 and 7D. RGB value is (178,241,125). Sum of RGB (Red+Green+Blue) = 178+241+125=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 125 (49.22% from 255 or 22.98% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F17D is #4D0E82. Grayscale: #D1D1D1. Windows color (decimal): -5049987 or 8253874. OLE color: 8253874.
HSL color Cylindrical-coordinate representation of color #B2F17D: hue angle of 92.59º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2F17D is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 125 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.05 |
| HSL | 92.59º | 0.81% | 0.72% | - |
| HSV(B) | 92.59º | 0.48% | 0.95% | - |
| XYZ | 53.52 | 73.86 | 30.84 | - |
| YUV | 208.94 | 80.63 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 125 | 0.26 | 0 | 0.48 | 0.05 | 92.59 | 0.81 | 0.72 |
| Hex | B2 | F1 | 7D | 1A | 0 | 30 | 5 | 5D | 51 | 48 |
| Octal | 262 | 361 | 175 | 32 | 0 | 60 | 5 | 135 | 121 | 110 |
| Binary | 10110010 | 11110001 | 1111101 | 11010 | 0 | 110000 | 101 | 1011101 | 1010001 | 1001000 |
Color Harmonies of #B2F17D
Complementary color
Monochromatic Colors of #B2F17D
Black with #B2F17D
Text Example
Text Example
White with #B2F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F17D; }
p { color: rgb(178,241,125); }
H1.HeaderClassName
{
color: #B2F17D;
}
.AnyTagClassName
{
color: #B2F17D;
}
</style>
background-color css
<style>
a { background-color: #B2F17D; }
a { background-color: rgb(178,241,125); }
div.DivClassName
{
background-color: #B2F17D;
}
.BgClassName
{
background-color: #B2F17D;
}
</style>
border-color css
<style>
span { border-color: #B2F17D; }
span { border-color: rgb(178,241,125); }
td.TdClassName
{
border-color: #B2F17D;
}
.TagClassName
{
border-color: #B2F17D;
}
</style>