#B4EF5A

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

Shades of Conifer #B4EF5A

Tints of Conifer #B4EF5A

Color information

#B4EF5A (or 0xB4EF5A) is unknown color: approx Conifer. HEX triplet: B4, EF and 5A. RGB value is (180,239,90). Sum of RGB (Red+Green+Blue) = 180+239+90=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EF5A is #4B10A5. Grayscale: #CCCCCC. Windows color (decimal): -4919462 or 5959604. OLE color: 5959604.

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

Color convert

RGB18023990-
CMYK0.2500.620.06
HSL83.76º82.32%64.51%-
HSV(B)83.76º62.34%93.73%-
XYZ51.5372.1720.89-
YUV204.3763.45110.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 90 (35.55% from 255) = 17.68%
R=35.36%
G=46.95%
B=17.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180239900.2500.620.0683.7682.3264.51
HexB4EF5A1903E6545241
Octal264357132310766124122101
Binary10110100111011111011010110010111110110101010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EF5A; }

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

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

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

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

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

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

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

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