#B4FA5B

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

Shades of Conifer #B4FA5B

Tints of Conifer #B4FA5B

Color information

#B4FA5B (or 0xB4FA5B) is unknown color: approx Conifer. HEX triplet: B4, FA and 5B. RGB value is (180,250,91). Sum of RGB (Red+Green+Blue) = 180+250+91=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 91 (35.94% from 255 or 17.47% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FA5B is #4B05A4. Grayscale: #D3D3D3. Windows color (decimal): -4916645 or 6027956. OLE color: 6027956.

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

Color convert

RGB18025091-
CMYK0.2800.640.02
HSL86.42º94.08%66.86%-
HSV(B)86.42º63.6%98.04%-
XYZ54.978.8322.22-
YUV210.9460.31105.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 250 (98.05% from 255) = 47.98%
BLUE value IS 91 (35.94% from 255) = 17.47%
R=34.55%
G=47.98%
B=17.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180250910.2800.640.0286.4294.0866.86
HexB4FA5B1C0402565e43
Octal2643721333401002126136103
Binary10110100111110101011011111000100000010101011010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FA5B; }

 p { color: rgb(180,250,91); }

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

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

 a { background-color: rgb(180,250,91); }

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

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

 span { border-color: rgb(180,250,91); }

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