Shades of Conifer #B4F354
Tints of Conifer #B4F354
RGB
CMYK
RGB Variations
Color information
#B4F354 (or 0xB4F354) is known color: Conifer. HEX triplet: B4, F3 and 54. RGB value is (180,243,84). Sum of RGB (Red+Green+Blue) = 180+243+84=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 84 (33.20% from 255 or 16.57% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F354 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F354 is #4B0CAB. Grayscale: #CECECE. Windows color (decimal): -4918444 or 5567412. OLE color: 5567412.
HSL color Cylindrical-coordinate representation of color #B4F354: hue angle of 83.77º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B4F354 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 243 | 84 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.05 |
| HSL | 83.77º | 0.87% | 0.64% | - |
| HSV(B) | 83.77º | 0.65% | 0.95% | - |
| XYZ | 52.47 | 74.44 | 19.99 | - |
| YUV | 206.04 | 59.13 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 84 | 0.26 | 0 | 0.65 | 0.05 | 83.77 | 0.87 | 0.64 |
| Hex | B4 | F3 | 54 | 1A | 0 | 41 | 5 | 54 | 57 | 40 |
| Octal | 264 | 363 | 124 | 32 | 0 | 101 | 5 | 124 | 127 | 100 |
| Binary | 10110100 | 11110011 | 1010100 | 11010 | 0 | 1000001 | 101 | 1010100 | 1010111 | 1000000 |
Color Harmonies of #B4F354
Complementary color
Monochromatic Colors of #B4F354
Black with #B4F354
Text Example
Text Example
White with #B4F354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F354; }
p { color: rgb(180,243,84); }
H1.HeaderClassName
{
color: #B4F354;
}
.AnyTagClassName
{
color: #B4F354;
}
</style>
background-color css
<style>
a { background-color: #B4F354; }
a { background-color: rgb(180,243,84); }
div.DivClassName
{
background-color: #B4F354;
}
.BgClassName
{
background-color: #B4F354;
}
</style>
border-color css
<style>
span { border-color: #B4F354; }
span { border-color: rgb(180,243,84); }
td.TdClassName
{
border-color: #B4F354;
}
.TagClassName
{
border-color: #B4F354;
}
</style>