Shades of Conifer #B5EB5C
Tints of Conifer #B5EB5C
RGB
CMYK
RGB Variations
Color information
#B5EB5C (or 0xB5EB5C) is known color: Conifer. HEX triplet: B5, EB and 5C. RGB value is (181,235,92). Sum of RGB (Red+Green+Blue) = 181+235+92=508 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.63% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EB5C is #4A14A3. Grayscale: #CBCBCB. Windows color (decimal): -4854948 or 6089653. OLE color: 6089653.
HSL color Cylindrical-coordinate representation of color #B5EB5C: hue angle of 82.66º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5EB5C is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
RGB | 181 | 235 | 92 | - |
CMYK | 0.23 | 0 | 0.61 | 0.08 |
HSL | 82.66º | 0.78% | 0.64% | - |
HSV(B) | 82.66º | 0.61% | 0.92% | - |
XYZ | 50.7 | 70.01 | 20.97 | - |
YUV | 202.55 | 65.61 | 112.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 235 | 92 | 0.23 | 0 | 0.61 | 0.08 | 82.66 | 0.78 | 0.64 |
Hex | B5 | EB | 5C | 17 | 0 | 3D | 8 | 53 | 4E | 40 |
Octal | 265 | 353 | 134 | 27 | 0 | 75 | 10 | 123 | 116 | 100 |
Binary | 10110101 | 11101011 | 1011100 | 10111 | 0 | 111101 | 1000 | 1010011 | 1001110 | 1000000 |
Color Harmonies of #B5EB5C
Complementary color
Monochromatic Colors of #B5EB5C
Black with #B5EB5C
Text Example
Text Example
White with #B5EB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EB5C; }
p { color: rgb(181,235,92); }
H1.HeaderClassName
{
color: #B5EB5C;
}
.AnyTagClassName
{
color: #B5EB5C;
}
</style>
background-color css
<style>
a { background-color: #B5EB5C; }
a { background-color: rgb(181,235,92); }
div.DivClassName
{
background-color: #B5EB5C;
}
.BgClassName
{
background-color: #B5EB5C;
}
</style>
border-color css
<style>
span { border-color: #B5EB5C; }
span { border-color: rgb(181,235,92); }
td.TdClassName
{
border-color: #B5EB5C;
}
.TagClassName
{
border-color: #B5EB5C;
}
</style>