Shades of Sulu #B2FA67
Tints of Sulu #B2FA67
RGB
CMYK
RGB Variations
Color information
#B2FA67 (or 0xB2FA67) is known color: Sulu. HEX triplet: B2, FA and 67. RGB value is (178,250,103). Sum of RGB (Red+Green+Blue) = 178+250+103=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 103 (40.62% from 255 or 19.40% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FA67 is #4D0598. Grayscale: #D4D4D4. Windows color (decimal): -5047705 or 6814386. OLE color: 6814386.
HSL color Cylindrical-coordinate representation of color #B2FA67: hue angle of 89.39º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2FA67 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 103 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.02 |
| HSL | 89.39º | 0.94% | 0.69% | - |
| HSV(B) | 89.39º | 0.59% | 0.98% | - |
| XYZ | 54.99 | 78.82 | 25.15 | - |
| YUV | 211.71 | 66.65 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 103 | 0.29 | 0 | 0.59 | 0.02 | 89.39 | 0.94 | 0.69 |
| Hex | B2 | FA | 67 | 1D | 0 | 3B | 2 | 59 | 5E | 45 |
| Octal | 262 | 372 | 147 | 35 | 0 | 73 | 2 | 131 | 136 | 105 |
| Binary | 10110010 | 11111010 | 1100111 | 11101 | 0 | 111011 | 10 | 1011001 | 1011110 | 1000101 |
Color Harmonies of #B2FA67
Complementary color
Monochromatic Colors of #B2FA67
Black with #B2FA67
Text Example
Text Example
White with #B2FA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA67; }
p { color: rgb(178,250,103); }
H1.HeaderClassName
{
color: #B2FA67;
}
.AnyTagClassName
{
color: #B2FA67;
}
</style>
background-color css
<style>
a { background-color: #B2FA67; }
a { background-color: rgb(178,250,103); }
div.DivClassName
{
background-color: #B2FA67;
}
.BgClassName
{
background-color: #B2FA67;
}
</style>
border-color css
<style>
span { border-color: #B2FA67; }
span { border-color: rgb(178,250,103); }
td.TdClassName
{
border-color: #B2FA67;
}
.TagClassName
{
border-color: #B2FA67;
}
</style>