#B6F448

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

Shades of Conifer #B6F448

Tints of Conifer #B6F448

Color information

#B6F448 (or 0xB6F448) is unknown color: approx Conifer. HEX triplet: B6, F4 and 48. RGB value is (182,244,72). Sum of RGB (Red+Green+Blue) = 182+244+72=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6F448 is #490BB7. Grayscale: #CECECE. Windows color (decimal): -4787128 or 4781238. OLE color: 4781238.

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

Color convert

RGB18224472-
CMYK0.2500.700.04
HSL81.63º88.66%61.96%-
HSV(B)81.63º70.49%95.69%-
XYZ52.8175.1117.85-
YUV205.8552.46110.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 244 (95.70% from 255) = 49.00%
BLUE value IS 72 (28.52% from 255) = 14.46%
R=36.55%
G=49.00%
B=14.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182244720.2500.700.0481.6388.6661.96
HexB6F44819046452593e
Octal266364110310106412213176
Binary10110110111101001001000110010100011010010100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F448; }

 p { color: rgb(182,244,72); }

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

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

 a { background-color: rgb(182,244,72); }

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

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

 span { border-color: rgb(182,244,72); }

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