Shades of Sulu #B6F28C
Tints of Sulu #B6F28C
RGB
CMYK
RGB Variations
Color information
#B6F28C (or 0xB6F28C) is known color: Sulu. HEX triplet: B6, F2 and 8C. RGB value is (182,242,140). Sum of RGB (Red+Green+Blue) = 182+242+140=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F28C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F28C is #490D73. Grayscale: #D4D4D4. Windows color (decimal): -4787572 or 9237174. OLE color: 9237174.
HSL color Cylindrical-coordinate representation of color #B6F28C: hue angle of 95.29º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6F28C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 140 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.05 |
| HSL | 95.29º | 0.8% | 0.75% | - |
| HSV(B) | 95.29º | 0.42% | 0.95% | - |
| XYZ | 55.78 | 75.34 | 36.41 | - |
| YUV | 212.43 | 87.12 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 140 | 0.25 | 0 | 0.42 | 0.05 | 95.29 | 0.8 | 0.75 |
| Hex | B6 | F2 | 8C | 19 | 0 | 2A | 5 | 5F | 50 | 4B |
| Octal | 266 | 362 | 214 | 31 | 0 | 52 | 5 | 137 | 120 | 113 |
| Binary | 10110110 | 11110010 | 10001100 | 11001 | 0 | 101010 | 101 | 1011111 | 1010000 | 1001011 |
Color Harmonies of #B6F28C
Complementary color
Monochromatic Colors of #B6F28C
Black with #B6F28C
Text Example
Text Example
White with #B6F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F28C; }
p { color: rgb(182,242,140); }
H1.HeaderClassName
{
color: #B6F28C;
}
.AnyTagClassName
{
color: #B6F28C;
}
</style>
background-color css
<style>
a { background-color: #B6F28C; }
a { background-color: rgb(182,242,140); }
div.DivClassName
{
background-color: #B6F28C;
}
.BgClassName
{
background-color: #B6F28C;
}
</style>
border-color css
<style>
span { border-color: #B6F28C; }
span { border-color: rgb(182,242,140); }
td.TdClassName
{
border-color: #B6F28C;
}
.TagClassName
{
border-color: #B6F28C;
}
</style>