#B4EE01

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

Shades of Spring Bud #B4EE01

Tints of Spring Bud #B4EE01

Color information

#B4EE01 (or 0xB4EE01) is unknown color: approx Spring Bud. HEX triplet: B4, EE and 01. RGB value is (180,238,1). Sum of RGB (Red+Green+Blue) = 180+238+1=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 238 (93.36% from 255 or 56.80% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4EE01 is #4B11FE. Grayscale: #C2C2C2. Windows color (decimal): -4919807 or 126644. OLE color: 126644.

HSL color Cylindrical-coordinate representation of color #B4EE01: hue angle of 74.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4EE01 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB1802381-
CMYK0.2401.000.07
HSL74.68º99.16%46.86%-
HSV(B)74.68º99.58%93.33%-
XYZ49.470.8511.1-
YUV193.6419.28118.27-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 238 (93.36% from 255) = 56.80%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=42.96%
G=56.80%
B=0.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal18023810.2401.000.0774.6899.1646.86
HexB4EE11806474b632f
Octal2643561300144711314357
Binary10110100111011101110000110010011110010111100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EE01; }

 p { color: rgb(180,238,1); }

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

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

 a { background-color: rgb(180,238,1); }

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

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

 span { border-color: rgb(180,238,1); }

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