#B6ED41

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

Shades of Conifer #B6ED41

Tints of Conifer #B6ED41

Color information

#B6ED41 (or 0xB6ED41) is unknown color: approx Conifer. HEX triplet: B6, ED and 41. RGB value is (182,237,65). Sum of RGB (Red+Green+Blue) = 182+237+65=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #B6ED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6ED41 is #4912BE. Grayscale: #C9C9C9. Windows color (decimal): -4788927 or 4320694. OLE color: 4320694.

HSL color Cylindrical-coordinate representation of color #B6ED41: hue angle of 79.19º 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 #B6ED41 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB18223765-
CMYK0.2300.730.07
HSL79.19º82.69%59.22%-
HSV(B)79.19º72.57%92.94%-
XYZ50.5370.916.02-
YUV200.9551.28114.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 237 (92.97% from 255) = 48.97%
BLUE value IS 65 (25.78% from 255) = 13.43%
R=37.60%
G=48.97%
B=13.43%

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
Decimal182237650.2300.730.0779.1982.6959.22
HexB6ED411704974f533b
Octal266355101270111711712373
Binary10110110111011011000001101110100100111110011111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ED41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ED41; }

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

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

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

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

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

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

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

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