#B6ED3F

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

Shades of Conifer #B6ED3F

Tints of Conifer #B6ED3F

Color information

#B6ED3F (or 0xB6ED3F) is unknown color: approx Conifer. HEX triplet: B6, ED and 3F. RGB value is (182,237,63). Sum of RGB (Red+Green+Blue) = 182+237+63=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 63 (25% from 255 or 13.07% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #B6ED3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6ED3F is #4912C0. Grayscale: #C9C9C9. Windows color (decimal): -4788929 or 4189622. OLE color: 4189622.

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

Color convert

RGB18223763-
CMYK0.2300.730.07
HSL78.97º82.86%58.82%-
HSV(B)78.97º73.42%92.94%-
XYZ50.4770.8715.72-
YUV200.7250.28114.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.76%
GREEN value IS 237 (92.97% from 255) = 49.17%
BLUE value IS 63 (25% from 255) = 13.07%
R=37.76%
G=49.17%
B=13.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182237630.2300.730.0778.9782.8658.82
HexB6ED3F1704974f533b
Octal26635577270111711712373
Binary1011011011101101111111101110100100111110011111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ED3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ED3F; }

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

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

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

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

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

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

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

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