#B6FA61

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

Shades of Conifer #B6FA61

Tints of Conifer #B6FA61

Color information

#B6FA61 (or 0xB6FA61) is unknown color: approx Conifer. HEX triplet: B6, FA and 61. RGB value is (182,250,97). Sum of RGB (Red+Green+Blue) = 182+250+97=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 250 (98.05% from 255 or 47.26% from 529); Blue value is 97 (38.28% from 255 or 18.34% from 529); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FA61 is #49059E. Grayscale: #D4D4D4. Windows color (decimal): -4785567 or 6421174. OLE color: 6421174.

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

Color convert

RGB18225097-
CMYK0.2700.610.02
HSL86.67º93.87%68.04%-
HSV(B)86.67º61.2%98.04%-
XYZ55.6379.1823.66-
YUV212.2362.97106.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 250 (98.05% from 255) = 47.26%
BLUE value IS 97 (38.28% from 255) = 18.34%
R=34.40%
G=47.26%
B=18.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182250970.2700.610.0286.6793.8768.04
HexB6FA611B03D2575e44
Octal266372141330752127136104
Binary1011011011111010110000111011011110110101011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FA61; }

 p { color: rgb(182,250,97); }

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

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

 a { background-color: rgb(182,250,97); }

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

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

 span { border-color: rgb(182,250,97); }

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