#B8ED4E

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

Shades of Conifer #B8ED4E

Tints of Conifer #B8ED4E

Color information

#B8ED4E (or 0xB8ED4E) is unknown color: approx Conifer. HEX triplet: B8, ED and 4E. RGB value is (184,237,78). Sum of RGB (Red+Green+Blue) = 184+237+78=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 78 (30.86% from 255 or 15.63% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #B8ED4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8ED4E is #4712B1. Grayscale: #CBCBCB. Windows color (decimal): -4657842 or 5172664. OLE color: 5172664.

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

Color convert

RGB18423778-
CMYK0.2200.670.07
HSL80º81.54%61.76%-
HSV(B)80º67.09%92.94%-
XYZ51.4371.3118.26-
YUV203.0357.44114.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.87%
GREEN value IS 237 (92.97% from 255) = 47.49%
BLUE value IS 78 (30.86% from 255) = 15.63%
R=36.87%
G=47.49%
B=15.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184237780.2200.670.078081.5461.76
HexB8ED4E16043750523e
Octal270355116260103712012276
Binary10111000111011011001110101100100001111110100001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ED4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ED4E; }

 p { color: rgb(184,237,78); }

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

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

 a { background-color: rgb(184,237,78); }

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

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

 span { border-color: rgb(184,237,78); }

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