#B4FB61

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

Shades of Conifer #B4FB61

Tints of Conifer #B4FB61

Color information

#B4FB61 (or 0xB4FB61) is unknown color: approx Conifer. HEX triplet: B4, FB and 61. RGB value is (180,251,97). Sum of RGB (Red+Green+Blue) = 180+251+97=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FB61 is #4B049E. Grayscale: #D4D4D4. Windows color (decimal): -4916383 or 6421428. OLE color: 6421428.

HSL color Cylindrical-coordinate representation of color #B4FB61: hue angle of 87.66º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4FB61 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB18025197-
CMYK0.2800.610.02
HSL87.66º95.06%68.24%-
HSV(B)87.66º61.35%98.43%-
XYZ55.4879.5623.74-
YUV212.2162.98105.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.09%
GREEN value IS 251 (98.44% from 255) = 47.54%
BLUE value IS 97 (38.28% from 255) = 18.37%
R=34.09%
G=47.54%
B=18.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180251970.2800.610.0287.6695.0668.24
HexB4FB611C03D2585f44
Octal264373141340752130137104
Binary1011010011111011110000111100011110110101100010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FB61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FB61; }

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

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

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

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

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

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

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

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