Shades of Conifer #B5FD62
Tints of Conifer #B5FD62
RGB
CMYK
RGB Variations
Color information
#B5FD62 (or 0xB5FD62) is known color: Conifer. HEX triplet: B5, FD and 62. RGB value is (181,253,98). Sum of RGB (Red+Green+Blue) = 181+253+98=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD62 is #4A029D. Grayscale: #D6D6D6. Windows color (decimal): -4850334 or 6487477. OLE color: 6487477.
HSL color Cylindrical-coordinate representation of color #B5FD62: hue angle of 87.87º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5FD62 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 98 | - |
CMYK | 0.28 | 0 | 0.61 | 0.01 |
HSL | 87.87º | 0.97% | 0.69% | - |
HSV(B) | 87.87º | 0.61% | 0.99% | - |
XYZ | 56.39 | 80.96 | 24.21 | - |
YUV | 213.8 | 62.65 | 104.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 98 | 0.28 | 0 | 0.61 | 0.01 | 87.87 | 0.97 | 0.69 |
Hex | B5 | FD | 62 | 1C | 0 | 3D | 1 | 58 | 61 | 45 |
Octal | 265 | 375 | 142 | 34 | 0 | 75 | 1 | 130 | 141 | 105 |
Binary | 10110101 | 11111101 | 1100010 | 11100 | 0 | 111101 | 1 | 1011000 | 1100001 | 1000101 |
Color Harmonies of #B5FD62
Complementary color
Monochromatic Colors of #B5FD62
Black with #B5FD62
Text Example
Text Example
White with #B5FD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD62; }
p { color: rgb(181,253,98); }
H1.HeaderClassName
{
color: #B5FD62;
}
.AnyTagClassName
{
color: #B5FD62;
}
</style>
background-color css
<style>
a { background-color: #B5FD62; }
a { background-color: rgb(181,253,98); }
div.DivClassName
{
background-color: #B5FD62;
}
.BgClassName
{
background-color: #B5FD62;
}
</style>
border-color css
<style>
span { border-color: #B5FD62; }
span { border-color: rgb(181,253,98); }
td.TdClassName
{
border-color: #B5FD62;
}
.TagClassName
{
border-color: #B5FD62;
}
</style>