#B4FA63

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

Shades of Conifer #B4FA63

Tints of Conifer #B4FA63

Color information

#B4FA63 (or 0xB4FA63) is unknown color: approx Conifer. HEX triplet: B4, FA and 63. RGB value is (180,250,99). Sum of RGB (Red+Green+Blue) = 180+250+99=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 99 (39.06% from 255 or 18.71% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FA63 is #4B059C. Grayscale: #D4D4D4. Windows color (decimal): -4916637 or 6552244. OLE color: 6552244.

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

Color convert

RGB18025099-
CMYK0.2800.600.02
HSL87.81º93.79%68.43%-
HSV(B)87.81º60.4%98.04%-
XYZ55.2678.9824.14-
YUV211.8664.31105.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 250 (98.05% from 255) = 47.26%
BLUE value IS 99 (39.06% from 255) = 18.71%
R=34.03%
G=47.26%
B=18.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180250990.2800.600.0287.8193.7968.43
HexB4FA631C03C2585e44
Octal264372143340742130136104
Binary1011010011111010110001111100011110010101100010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FA63; }

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

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

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

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

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

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

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

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