Shades of Conifer #B2F34C
Tints of Conifer #B2F34C
RGB
CMYK
RGB Variations
Color information
#B2F34C (or 0xB2F34C) is known color: Conifer. HEX triplet: B2, F3 and 4C. RGB value is (178,243,76). Sum of RGB (Red+Green+Blue) = 178+243+76=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F34C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F34C is #4D0CB3. Grayscale: #CDCDCD. Windows color (decimal): -5049524 or 5043122. OLE color: 5043122.
HSL color Cylindrical-coordinate representation of color #B2F34C: hue angle of 83.35º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2F34C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 76 | - |
| CMYK | 0.27 | 0 | 0.69 | 0.05 |
| HSL | 83.35º | 0.87% | 0.63% | - |
| HSV(B) | 83.35º | 0.69% | 0.95% | - |
| XYZ | 51.72 | 74.09 | 18.41 | - |
| YUV | 204.53 | 55.47 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 76 | 0.27 | 0 | 0.69 | 0.05 | 83.35 | 0.87 | 0.63 |
| Hex | B2 | F3 | 4C | 1B | 0 | 45 | 5 | 53 | 57 | 3F |
| Octal | 262 | 363 | 114 | 33 | 0 | 105 | 5 | 123 | 127 | 77 |
| Binary | 10110010 | 11110011 | 1001100 | 11011 | 0 | 1000101 | 101 | 1010011 | 1010111 | 111111 |
Color Harmonies of #B2F34C
Complementary color
Monochromatic Colors of #B2F34C
Black with #B2F34C
Text Example
Text Example
White with #B2F34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F34C; }
p { color: rgb(178,243,76); }
H1.HeaderClassName
{
color: #B2F34C;
}
.AnyTagClassName
{
color: #B2F34C;
}
</style>
background-color css
<style>
a { background-color: #B2F34C; }
a { background-color: rgb(178,243,76); }
div.DivClassName
{
background-color: #B2F34C;
}
.BgClassName
{
background-color: #B2F34C;
}
</style>
border-color css
<style>
span { border-color: #B2F34C; }
span { border-color: rgb(178,243,76); }
td.TdClassName
{
border-color: #B2F34C;
}
.TagClassName
{
border-color: #B2F34C;
}
</style>