#B2EC40

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

Shades of Conifer #B2EC40

Tints of Conifer #B2EC40

Color information

#B2EC40 (or 0xB2EC40) is unknown color: approx Conifer. HEX triplet: B2, EC and 40. RGB value is (178,236,64). Sum of RGB (Red+Green+Blue) = 178+236+64=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2EC40 is #4D13BF. Grayscale: #C7C7C7. Windows color (decimal): -5051328 or 4254898. OLE color: 4254898.

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

Color convert

RGB17823664-
CMYK0.2500.730.07
HSL80.23º81.9%58.82%-
HSV(B)80.23º72.88%92.55%-
XYZ49.2869.8315.73-
YUV199.0551.78112.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 236 (92.58% from 255) = 49.37%
BLUE value IS 64 (25.39% from 255) = 13.39%
R=37.24%
G=49.37%
B=13.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal178236640.2500.730.0780.2381.958.82
HexB2EC4019049750523b
Octal262354100310111712012273
Binary10110010111011001000000110010100100111110100001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EC40; }

 p { color: rgb(178,236,64); }

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

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

 a { background-color: rgb(178,236,64); }

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

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

 span { border-color: rgb(178,236,64); }

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