#B8EA40

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

Shades of Conifer #B8EA40

Tints of Conifer #B8EA40

Color information

#B8EA40 (or 0xB8EA40) is unknown color: approx Conifer. HEX triplet: B8, EA and 40. RGB value is (184,234,64). Sum of RGB (Red+Green+Blue) = 184+234+64=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8EA40 is #4715BF. Grayscale: #C8C8C8. Windows color (decimal): -4658624 or 4254392. OLE color: 4254392.

HSL color Cylindrical-coordinate representation of color #B8EA40: hue angle of 77.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8EA40 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB18423464-
CMYK0.2100.730.08
HSL77.65º80.19%58.43%-
HSV(B)77.65º72.65%91.76%-
XYZ50.1269.4115.61-
YUV199.6751.44116.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 234 (91.80% from 255) = 48.55%
BLUE value IS 64 (25.39% from 255) = 13.28%
R=38.17%
G=48.55%
B=13.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal184234640.2100.730.0877.6580.1958.43
HexB8EA401504984e503a
Octal2703521002501111011612072
Binary101110001110101010000001010101001001100010011101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EA40; }

 p { color: rgb(184,234,64); }

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

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

 a { background-color: rgb(184,234,64); }

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

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

 span { border-color: rgb(184,234,64); }

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