Html Css Color HEX #B5F801 Spring Bud

📋 copy color: '#B5F801'

red 181 ◦ green 248 ◦ blue 1

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

Shades of Spring Bud #B5F801

Tints of Spring Bud #B5F801

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.67%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 42.09%
G = 57.67%
B = 0.23%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1.00

 K value IS 0.03

RGB Variations

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

Color information

#B5F801 (or 0xB5F801) is known color: Spring Bud. HEX triplet: B5, F8 and 01. RGB value is (181,248,1). Sum of RGB (Red+Green+Blue) = 181+248+1=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 1 (0.78% from 255 or 0.23% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #B5F801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F801 is #4A07FE. Grayscale: #C8C8C8. Windows color (decimal): -4851711 or 129205. OLE color: 129205.

HSL color Cylindrical-coordinate representation of color #B5F801: hue angle of 76.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5F801 is Cyan = 0.27, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 248 1 -
CMYK 0.27 0 1.00 0.03
HSL 76.28º 0.99% 0.49% -
HSV(B) 76.28º 1% 0.97% -
XYZ 52.63 76.96 12.11 -
YUV 199.81 15.8 114.58 -
System Red Green Blue C M Y K H S L
Decimal 181 248 1 0.27 0 1.00 0.03 76.28 0.99 0.49
Hex B5 F8 1 1B 0 64 3 4C 63 31
Octal 265 370 1 33 0 144 3 114 143 61
Binary 10110101 11111000 1 11011 0 1100100 11 1001100 1100011 110001

Color Harmonies of #B5F801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F801

Black with #B5F801

Text Example


Text Example

White with #B5F801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F801; }

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

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

background-color css

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

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

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

border-color css

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

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

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