#B4EC5B

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

Shades of Conifer #B4EC5B

Tints of Conifer #B4EC5B

Color information

#B4EC5B (or 0xB4EC5B) is unknown color: approx Conifer. HEX triplet: B4, EC and 5B. RGB value is (180,236,91). Sum of RGB (Red+Green+Blue) = 180+236+91=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 91 (35.94% from 255 or 17.95% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EC5B is #4B13A4. Grayscale: #CBCBCB. Windows color (decimal): -4920229 or 6024372. OLE color: 6024372.

HSL color Cylindrical-coordinate representation of color #B4EC5B: hue angle of 83.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B4EC5B is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB18023691-
CMYK0.2400.610.07
HSL83.17º79.23%64.12%-
HSV(B)83.17º61.44%92.55%-
XYZ50.7170.4520.82-
YUV202.7364.95111.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 236 (92.58% from 255) = 46.55%
BLUE value IS 91 (35.94% from 255) = 17.95%
R=35.50%
G=46.55%
B=17.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180236910.2400.610.0783.1779.2364.12
HexB4EC5B1803D7534f40
Octal264354133300757123117100
Binary10110100111011001011011110000111101111101001110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EC5B; }

 p { color: rgb(180,236,91); }

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

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

 a { background-color: rgb(180,236,91); }

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

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

 span { border-color: rgb(180,236,91); }

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