#B5F649

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

Shades of Conifer #B5F649

Tints of Conifer #B5F649

Color information

#B5F649 (or 0xB5F649) is unknown color: approx Conifer. HEX triplet: B5, F6 and 49. RGB value is (181,246,73). Sum of RGB (Red+Green+Blue) = 181+246+73=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 73 (28.91% from 255 or 14.6% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F649 is #4A09B6. Grayscale: #CFCFCF. Windows color (decimal): -4852151 or 4847285. OLE color: 4847285.

HSL color Cylindrical-coordinate representation of color #B5F649: hue angle of 82.54º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5F649 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB18124673-
CMYK0.2600.700.04
HSL82.54º90.58%62.55%-
HSV(B)82.54º70.33%96.47%-
XYZ53.2176.2218.21-
YUV206.8452.47109.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.2%
GREEN value IS 246 (96.48% from 255) = 49.2%
BLUE value IS 73 (28.91% from 255) = 14.6%
R=36.2%
G=49.2%
B=14.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181246730.2600.700.0482.5490.5862.55
HexB5F6491A0464535b3f
Octal265366111320106412313377
Binary10110101111101101001001110100100011010010100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F649; }

 p { color: rgb(181,246,73); }

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

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

 a { background-color: rgb(181,246,73); }

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

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

 span { border-color: rgb(181,246,73); }

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