#B3FA5D

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

Shades of Conifer #B3FA5D

Tints of Conifer #B3FA5D

Color information

#B3FA5D (or 0xB3FA5D) is unknown color: approx Conifer. HEX triplet: B3, FA and 5D. RGB value is (179,250,93). Sum of RGB (Red+Green+Blue) = 179+250+93=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 93 (36.72% from 255 or 17.82% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3FA5D is #4C05A2. Grayscale: #D3D3D3. Windows color (decimal): -4982179 or 6159027. OLE color: 6159027.

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

Color convert

RGB17925093-
CMYK0.2800.630.02
HSL87.13º94.01%67.25%-
HSV(B)87.13º62.8%98.04%-
XYZ54.7578.7522.67-
YUV210.8761.48105.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 93 (36.72% from 255) = 17.82%
R=34.29%
G=47.89%
B=17.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal179250930.2800.630.0287.1394.0167.25
HexB3FA5D1C03F2575e43
Octal263372135340772127136103
Binary1011001111111010101110111100011111110101011110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FA5D; }

 p { color: rgb(179,250,93); }

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

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

 a { background-color: rgb(179,250,93); }

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

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

 span { border-color: rgb(179,250,93); }

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