#B6ED61

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

Shades of Conifer #B6ED61

Tints of Conifer #B6ED61

Color information

#B6ED61 (or 0xB6ED61) is unknown color: approx Conifer. HEX triplet: B6, ED and 61. RGB value is (182,237,97). Sum of RGB (Red+Green+Blue) = 182+237+97=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #B6ED61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6ED61 is #49129E. Grayscale: #CDCDCD. Windows color (decimal): -4788895 or 6417846. OLE color: 6417846.

HSL color Cylindrical-coordinate representation of color #B6ED61: hue angle of 83.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B6ED61 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB18223797-
CMYK0.2300.590.07
HSL83.57º79.55%65.49%-
HSV(B)83.57º59.07%92.94%-
XYZ51.7371.3822.36-
YUV204.667.28111.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 237 (92.97% from 255) = 45.93%
BLUE value IS 97 (38.28% from 255) = 18.80%
R=35.27%
G=45.93%
B=18.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182237970.2300.590.0783.5779.5565.49
HexB6ED611703B7545041
Octal266355141270737124120101
Binary10110110111011011100001101110111011111101010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ED61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ED61; }

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

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

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

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

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

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

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

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