Shades of Conifer #B5FE5C
Tints of Conifer #B5FE5C
RGB
CMYK
RGB Variations
Color information
#B5FE5C (or 0xB5FE5C) is known color: Conifer. HEX triplet: B5, FE and 5C. RGB value is (181,254,92). Sum of RGB (Red+Green+Blue) = 181+254+92=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FE5C is #4A01A3. Grayscale: #D6D6D6. Windows color (decimal): -4850084 or 6094517. OLE color: 6094517.
HSL color Cylindrical-coordinate representation of color #B5FE5C: hue angle of 87.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5FE5C is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 181 | 254 | 92 | - |
| CMYK | 0.29 | 0 | 0.64 | 0.00 |
| HSL | 87.04º | 0.99% | 0.68% | - |
| HSV(B) | 87.04º | 0.64% | 1% | - |
| XYZ | 56.43 | 81.48 | 22.88 | - |
| YUV | 213.71 | 59.32 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 254 | 92 | 0.29 | 0 | 0.64 | 0.00 | 87.04 | 0.99 | 0.68 |
| Hex | B5 | FE | 5C | 1D | 0 | 40 | 0 | 57 | 63 | 44 |
| Octal | 265 | 376 | 134 | 35 | 0 | 100 | 0 | 127 | 143 | 104 |
| Binary | 10110101 | 11111110 | 1011100 | 11101 | 0 | 1000000 | 0 | 1010111 | 1100011 | 1000100 |
Color Harmonies of #B5FE5C
Complementary color
Monochromatic Colors of #B5FE5C
Black with #B5FE5C
Text Example
Text Example
White with #B5FE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FE5C; }
p { color: rgb(181,254,92); }
H1.HeaderClassName
{
color: #B5FE5C;
}
.AnyTagClassName
{
color: #B5FE5C;
}
</style>
background-color css
<style>
a { background-color: #B5FE5C; }
a { background-color: rgb(181,254,92); }
div.DivClassName
{
background-color: #B5FE5C;
}
.BgClassName
{
background-color: #B5FE5C;
}
</style>
border-color css
<style>
span { border-color: #B5FE5C; }
span { border-color: rgb(181,254,92); }
td.TdClassName
{
border-color: #B5FE5C;
}
.TagClassName
{
border-color: #B5FE5C;
}
</style>