#B4EF62

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

Shades of Conifer #B4EF62

Tints of Conifer #B4EF62

Color information

#B4EF62 (or 0xB4EF62) is unknown color: approx Conifer. HEX triplet: B4, EF and 62. RGB value is (180,239,98). Sum of RGB (Red+Green+Blue) = 180+239+98=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 239 (93.75% from 255 or 46.23% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EF62 is #4B109D. Grayscale: #CDCDCD. Windows color (decimal): -4919454 or 6483892. OLE color: 6483892.

HSL color Cylindrical-coordinate representation of color #B4EF62: hue angle of 85.11º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4EF62 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB18023998-
CMYK0.2500.590.06
HSL85.11º81.5%66.08%-
HSV(B)85.11º59%93.73%-
XYZ51.8972.3222.78-
YUV205.2867.45109.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 239 (93.75% from 255) = 46.23%
BLUE value IS 98 (38.67% from 255) = 18.96%
R=34.82%
G=46.23%
B=18.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180239980.2500.590.0685.1181.566.08
HexB4EF621903B6555242
Octal264357142310736125122102
Binary10110100111011111100010110010111011110101010110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EF62; }

 p { color: rgb(180,239,98); }

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

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

 a { background-color: rgb(180,239,98); }

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

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

 span { border-color: rgb(180,239,98); }

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