#B4F061

Color #B4F061 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B4F061

Tints of Conifer #B4F061

Color information

#B4F061 (or 0xB4F061) is unknown color: approx Conifer. HEX triplet: B4, F0 and 61. RGB value is (180,240,97). Sum of RGB (Red+Green+Blue) = 180+240+97=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F061 is #4B0F9E. Grayscale: #CECECE. Windows color (decimal): -4919199 or 6418612. OLE color: 6418612.

HSL color Cylindrical-coordinate representation of color #B4F061: hue angle of 85.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B4F061 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB18024097-
CMYK0.2500.600.06
HSL85.17º82.66%66.08%-
HSV(B)85.17º59.58%94.12%-
XYZ52.1472.8922.63-
YUV205.7666.62109.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 240 (94.14% from 255) = 46.42%
BLUE value IS 97 (38.28% from 255) = 18.76%
R=34.82%
G=46.42%
B=18.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180240970.2500.600.0685.1782.6666.08
HexB4F0611903C6555342
Octal264360141310746125123102
Binary10110100111100001100001110010111100110101010110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F061; }

 p { color: rgb(180,240,97); }

 H1.HeaderClassName
 {
   color: #B4F061;
 }
 .AnyTagClassName
 {
   color: #B4F061;
 }
</style>
background-color css

<style>
 a { background-color: #B4F061; }

 a { background-color: rgb(180,240,97); }

 div.DivClassName
 {
   background-color: #B4F061;
 }
 .BgClassName
 {
   background-color: #B4F061;
 }
</style>
border-color css

<style>
 span { border-color: #B4F061; }

 span { border-color: rgb(180,240,97); }

 td.TdClassName
 {
   border-color: #B4F061;
 }
 .TagClassName
 {
   border-color: #B4F061;
 }
</style>