Shades of Conifer #B2FB5B
Tints of Conifer #B2FB5B
RGB
CMYK
RGB Variations
Color information
#B2FB5B (or 0xB2FB5B) is known color: Conifer. HEX triplet: B2, FB and 5B. RGB value is (178,251,91). Sum of RGB (Red+Green+Blue) = 178+251+91=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 91 (35.94% from 255 or 17.5% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB5B is #4D04A4. Grayscale: #D3D3D3. Windows color (decimal): -5047461 or 6028210. OLE color: 6028210.
HSL color Cylindrical-coordinate representation of color #B2FB5B: hue angle of 87.38º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2FB5B is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 91 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.02 |
| HSL | 87.38º | 0.95% | 0.67% | - |
| HSV(B) | 87.38º | 0.64% | 0.98% | - |
| XYZ | 54.75 | 79.21 | 22.3 | - |
| YUV | 210.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 91 | 0.29 | 0 | 0.64 | 0.02 | 87.38 | 0.95 | 0.67 |
| Hex | B2 | FB | 5B | 1D | 0 | 40 | 2 | 57 | 5F | 43 |
| Octal | 262 | 373 | 133 | 35 | 0 | 100 | 2 | 127 | 137 | 103 |
| Binary | 10110010 | 11111011 | 1011011 | 11101 | 0 | 1000000 | 10 | 1010111 | 1011111 | 1000011 |
Color Harmonies of #B2FB5B
Complementary color
Monochromatic Colors of #B2FB5B
Black with #B2FB5B
Text Example
Text Example
White with #B2FB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FB5B; }
p { color: rgb(178,251,91); }
H1.HeaderClassName
{
color: #B2FB5B;
}
.AnyTagClassName
{
color: #B2FB5B;
}
</style>
background-color css
<style>
a { background-color: #B2FB5B; }
a { background-color: rgb(178,251,91); }
div.DivClassName
{
background-color: #B2FB5B;
}
.BgClassName
{
background-color: #B2FB5B;
}
</style>
border-color css
<style>
span { border-color: #B2FB5B; }
span { border-color: rgb(178,251,91); }
td.TdClassName
{
border-color: #B2FB5B;
}
.TagClassName
{
border-color: #B2FB5B;
}
</style>