Shades of Conifer #B5FD55
Tints of Conifer #B5FD55
RGB
CMYK
RGB Variations
Color information
#B5FD55 (or 0xB5FD55) is known color: Conifer. HEX triplet: B5, FD and 55. RGB value is (181,253,85). Sum of RGB (Red+Green+Blue) = 181+253+85=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 85 (33.59% from 255 or 16.38% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD55 is #4A02AA. Grayscale: #D4D4D4. Windows color (decimal): -4850347 or 5635509. OLE color: 5635509.
HSL color Cylindrical-coordinate representation of color #B5FD55: hue angle of 85.71º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5FD55 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
RGB | 181 | 253 | 85 | - |
CMYK | 0.28 | 0 | 0.66 | 0.01 |
HSL | 85.71º | 0.98% | 0.66% | - |
HSV(B) | 85.71º | 0.66% | 0.99% | - |
XYZ | 55.82 | 80.73 | 21.23 | - |
YUV | 212.32 | 56.15 | 105.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 253 | 85 | 0.28 | 0 | 0.66 | 0.01 | 85.71 | 0.98 | 0.66 |
Hex | B5 | FD | 55 | 1C | 0 | 42 | 1 | 56 | 62 | 42 |
Octal | 265 | 375 | 125 | 34 | 0 | 102 | 1 | 126 | 142 | 102 |
Binary | 10110101 | 11111101 | 1010101 | 11100 | 0 | 1000010 | 1 | 1010110 | 1100010 | 1000010 |
Color Harmonies of #B5FD55
Complementary color
Monochromatic Colors of #B5FD55
Black with #B5FD55
Text Example
Text Example
White with #B5FD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FD55; }
p { color: rgb(181,253,85); }
H1.HeaderClassName
{
color: #B5FD55;
}
.AnyTagClassName
{
color: #B5FD55;
}
</style>
background-color css
<style>
a { background-color: #B5FD55; }
a { background-color: rgb(181,253,85); }
div.DivClassName
{
background-color: #B5FD55;
}
.BgClassName
{
background-color: #B5FD55;
}
</style>
border-color css
<style>
span { border-color: #B5FD55; }
span { border-color: rgb(181,253,85); }
td.TdClassName
{
border-color: #B5FD55;
}
.TagClassName
{
border-color: #B5FD55;
}
</style>