#B5EE01

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

Shades of Spring Bud #B5EE01

Tints of Spring Bud #B5EE01

Color information

#B5EE01 (or 0xB5EE01) is unknown color: approx Spring Bud. HEX triplet: B5, EE and 01. RGB value is (181,238,1). Sum of RGB (Red+Green+Blue) = 181+238+1=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EE01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EE01 is #4A11FE. Grayscale: #C2C2C2. Windows color (decimal): -4854271 or 126645. OLE color: 126645.

HSL color Cylindrical-coordinate representation of color #B5EE01: hue angle of 74.43º 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 #B5EE01 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB1812381-
CMYK0.2401.000.07
HSL74.43º99.16%46.86%-
HSV(B)74.43º99.58%93.33%-
XYZ49.6470.9811.11-
YUV193.9419.12118.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.10%
GREEN value IS 238 (93.36% from 255) = 56.67%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=43.10%
G=56.67%
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
Decimal18123810.2401.000.0774.4399.1646.86
HexB5EE11806474a632f
Octal2653561300144711214357
Binary10110101111011101110000110010011110010101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EE01; }

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

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

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

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

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

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

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

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