Shades of Conifer #B7F64A
Tints of Conifer #B7F64A
RGB
CMYK
RGB Variations
Color information
#B7F64A (or 0xB7F64A) is known color: Conifer. HEX triplet: B7, F6 and 4A. RGB value is (183,246,74). Sum of RGB (Red+Green+Blue) = 183+246+74=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F64A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B7F64A is #4809B5. Grayscale: #D0D0D0. Windows color (decimal): -4721078 or 4912823. OLE color: 4912823.
HSL color Cylindrical-coordinate representation of color #B7F64A: hue angle of 81.98º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7F64A is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 74 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.04 |
| HSL | 81.98º | 0.91% | 0.63% | - |
| HSV(B) | 81.98º | 0.7% | 0.96% | - |
| XYZ | 53.72 | 76.47 | 18.41 | - |
| YUV | 207.56 | 52.63 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 74 | 0.26 | 0 | 0.70 | 0.04 | 81.98 | 0.91 | 0.63 |
| Hex | B7 | F6 | 4A | 1A | 0 | 46 | 4 | 52 | 5B | 3F |
| Octal | 267 | 366 | 112 | 32 | 0 | 106 | 4 | 122 | 133 | 77 |
| Binary | 10110111 | 11110110 | 1001010 | 11010 | 0 | 1000110 | 100 | 1010010 | 1011011 | 111111 |
Color Harmonies of #B7F64A
Complementary color
Monochromatic Colors of #B7F64A
Black with #B7F64A
Text Example
Text Example
White with #B7F64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F64A; }
p { color: rgb(183,246,74); }
H1.HeaderClassName
{
color: #B7F64A;
}
.AnyTagClassName
{
color: #B7F64A;
}
</style>
background-color css
<style>
a { background-color: #B7F64A; }
a { background-color: rgb(183,246,74); }
div.DivClassName
{
background-color: #B7F64A;
}
.BgClassName
{
background-color: #B7F64A;
}
</style>
border-color css
<style>
span { border-color: #B7F64A; }
span { border-color: rgb(183,246,74); }
td.TdClassName
{
border-color: #B7F64A;
}
.TagClassName
{
border-color: #B7F64A;
}
</style>