Shades of Sulu #B2F967
Tints of Sulu #B2F967
RGB
CMYK
RGB Variations
Color information
#B2F967 (or 0xB2F967) is known color: Sulu. HEX triplet: B2, F9 and 67. RGB value is (178,249,103). Sum of RGB (Red+Green+Blue) = 178+249+103=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 103 (40.62% from 255 or 19.43% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F967 is #4D0698. Grayscale: #D3D3D3. Windows color (decimal): -5047961 or 6814130. OLE color: 6814130.
HSL color Cylindrical-coordinate representation of color #B2F967: hue angle of 89.18º degrees, saturation: 0.92, 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 #B2F967 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 103 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.02 |
| HSL | 89.18º | 0.92% | 0.69% | - |
| HSV(B) | 89.18º | 0.59% | 0.98% | - |
| XYZ | 54.68 | 78.2 | 25.04 | - |
| YUV | 211.13 | 66.98 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 103 | 0.29 | 0 | 0.59 | 0.02 | 89.18 | 0.92 | 0.69 |
| Hex | B2 | F9 | 67 | 1D | 0 | 3B | 2 | 59 | 5C | 45 |
| Octal | 262 | 371 | 147 | 35 | 0 | 73 | 2 | 131 | 134 | 105 |
| Binary | 10110010 | 11111001 | 1100111 | 11101 | 0 | 111011 | 10 | 1011001 | 1011100 | 1000101 |
Color Harmonies of #B2F967
Complementary color
Monochromatic Colors of #B2F967
Black with #B2F967
Text Example
Text Example
White with #B2F967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F967; }
p { color: rgb(178,249,103); }
H1.HeaderClassName
{
color: #B2F967;
}
.AnyTagClassName
{
color: #B2F967;
}
</style>
background-color css
<style>
a { background-color: #B2F967; }
a { background-color: rgb(178,249,103); }
div.DivClassName
{
background-color: #B2F967;
}
.BgClassName
{
background-color: #B2F967;
}
</style>
border-color css
<style>
span { border-color: #B2F967; }
span { border-color: rgb(178,249,103); }
td.TdClassName
{
border-color: #B2F967;
}
.TagClassName
{
border-color: #B2F967;
}
</style>