Html Css Color HEX #B5FE00 Spring Bud

📋 copy color: '#B5FE00'

red 181 ◦ green 254 ◦ blue 0

#B5FE00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #B5FE00

Tints of Spring Bud #B5FE00

RGB

 RED value IS 181 (71.09% from 255) = 41.61%

 GREEN value IS 254 (99.61% from 255) = 58.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.61%
G = 58.39%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#B5FE00 (or 0xB5FE00) is known color: Spring Bud. HEX triplet: B5, FE and 00. RGB value is (181,254,0). Sum of RGB (Red+Green+Blue) = 181+254+0=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 0 (0.39% from 255 or 0% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #B5FE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FE00 is #4A01FF. Grayscale: #CCCCCC. Windows color (decimal): -4850176 or 65205. OLE color: 65205.

HSL color Cylindrical-coordinate representation of color #B5FE00: hue angle of 77.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5FE00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 254 0 -
CMYK 0.29 0 1 0.00
HSL 77.24º 1% 0.5% -
HSV(B) 77.24º 1% 1% -
XYZ 54.5 80.71 12.71 -
YUV 203.22 13.32 112.15 -
System Red Green Blue C M Y K H S L
Decimal 181 254 0 0.29 0 1 0.00 77.24 1 0.5
Hex B5 FE 0 1D 0 64 0 4D 64 32
Octal 265 376 0 35 0 144 0 115 144 62
Binary 10110101 11111110 0 11101 0 1100100 0 1001101 1100100 110010

Color Harmonies of #B5FE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FE00

Black with #B5FE00

Text Example


Text Example

White with #B5FE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FE00; }

 p { color: rgb(181,254,0); }

 H1.HeaderClassName
 {
   color: #B5FE00;
 }
 .AnyTagClassName
 {
   color: #B5FE00;
 }
</style>

background-color css

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

 a { background-color: rgb(181,254,0); }

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

border-color css

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

 span { border-color: rgb(181,254,0); }

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