#B6ED44

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

Shades of Conifer #B6ED44

Tints of Conifer #B6ED44

Color information

#B6ED44 (or 0xB6ED44) is unknown color: approx Conifer. HEX triplet: B6, ED and 44. RGB value is (182,237,68). Sum of RGB (Red+Green+Blue) = 182+237+68=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #B6ED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6ED44 is #4912BB. Grayscale: #C9C9C9. Windows color (decimal): -4788924 or 4517302. OLE color: 4517302.

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

Color convert

RGB18223768-
CMYK0.2300.710.07
HSL79.53º82.44%59.8%-
HSV(B)79.53º71.31%92.94%-
XYZ50.6270.9316.49-
YUV201.2952.78114.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 237 (92.97% from 255) = 48.67%
BLUE value IS 68 (26.95% from 255) = 13.96%
R=37.37%
G=48.67%
B=13.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182237680.2300.710.0779.5382.4459.8
HexB6ED4417047750523c
Octal266355104270107712012274
Binary10110110111011011000100101110100011111110100001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ED44; }

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

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

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

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

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

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

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

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