Shades of Conifer #B0FD5A
Tints of Conifer #B0FD5A
RGB
CMYK
RGB Variations
Color information
#B0FD5A (or 0xB0FD5A) is known color: Conifer. HEX triplet: B0, FD and 5A. RGB value is (176,253,90). Sum of RGB (Red+Green+Blue) = 176+253+90=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FD5A is #4F02A5. Grayscale: #D3D3D3. Windows color (decimal): -5178022 or 5963184. OLE color: 5963184.
HSL color Cylindrical-coordinate representation of color #B0FD5A: hue angle of 88.34º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0FD5A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 90 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.01 |
| HSL | 88.34º | 0.98% | 0.67% | - |
| HSV(B) | 88.34º | 0.64% | 0.99% | - |
| XYZ | 54.88 | 80.22 | 22.26 | - |
| YUV | 211.4 | 59.49 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 90 | 0.30 | 0 | 0.64 | 0.01 | 88.34 | 0.98 | 0.67 |
| Hex | B0 | FD | 5A | 1E | 0 | 40 | 1 | 58 | 62 | 43 |
| Octal | 260 | 375 | 132 | 36 | 0 | 100 | 1 | 130 | 142 | 103 |
| Binary | 10110000 | 11111101 | 1011010 | 11110 | 0 | 1000000 | 1 | 1011000 | 1100010 | 1000011 |
Color Harmonies of #B0FD5A
Complementary color
Monochromatic Colors of #B0FD5A
Black with #B0FD5A
Text Example
Text Example
White with #B0FD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FD5A; }
p { color: rgb(176,253,90); }
H1.HeaderClassName
{
color: #B0FD5A;
}
.AnyTagClassName
{
color: #B0FD5A;
}
</style>
background-color css
<style>
a { background-color: #B0FD5A; }
a { background-color: rgb(176,253,90); }
div.DivClassName
{
background-color: #B0FD5A;
}
.BgClassName
{
background-color: #B0FD5A;
}
</style>
border-color css
<style>
span { border-color: #B0FD5A; }
span { border-color: rgb(176,253,90); }
td.TdClassName
{
border-color: #B0FD5A;
}
.TagClassName
{
border-color: #B0FD5A;
}
</style>