#B3F25D

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

Shades of Conifer #B3F25D

Tints of Conifer #B3F25D

Color information

#B3F25D (or 0xB3F25D) is unknown color: approx Conifer. HEX triplet: B3, F2 and 5D. RGB value is (179,242,93). Sum of RGB (Red+Green+Blue) = 179+242+93=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B3F25D is #4C0DA2. Grayscale: #CECECE. Windows color (decimal): -4984227 or 6156979. OLE color: 6156979.

HSL color Cylindrical-coordinate representation of color #B3F25D: hue angle of 85.37º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3F25D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB17924293-
CMYK0.2600.620.05
HSL85.37º85.14%65.69%-
HSV(B)85.37º61.57%94.9%-
XYZ52.3273.8821.86-
YUV206.1864.13108.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 242 (94.92% from 255) = 47.08%
BLUE value IS 93 (36.72% from 255) = 18.09%
R=34.82%
G=47.08%
B=18.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179242930.2600.620.0585.3785.1465.69
HexB3F25D1A03E5555542
Octal263362135320765125125102
Binary10110011111100101011101110100111110101101010110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F25D; }

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

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

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

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

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

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

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

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