Html Css Color HEX #B5FA01 Spring Bud

📋 copy color: '#B5FA01'

red 181 ◦ green 250 ◦ blue 1

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

Shades of Spring Bud #B5FA01

Tints of Spring Bud #B5FA01

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.87%

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

R = 41.9%
G = 57.87%
B = 0.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#B5FA01 (or 0xB5FA01) is known color: Spring Bud. HEX triplet: B5, FA and 01. RGB value is (181,250,1). Sum of RGB (Red+Green+Blue) = 181+250+1=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FA01 is #4A05FE. Grayscale: #C9C9C9. Windows color (decimal): -4851199 or 129717. OLE color: 129717.

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

Color convert

RGB 181 250 1 -
CMYK 0.28 0 1.00 0.02
HSL 76.63º 0.99% 0.49% -
HSV(B) 76.63º 1% 0.98% -
XYZ 53.25 78.2 12.32 -
YUV 200.98 15.14 113.75 -
System Red Green Blue C M Y K H S L
Decimal 181 250 1 0.28 0 1.00 0.02 76.63 0.99 0.49
Hex B5 FA 1 1C 0 64 2 4D 63 31
Octal 265 372 1 34 0 144 2 115 143 61
Binary 10110101 11111010 1 11100 0 1100100 10 1001101 1100011 110001

Color Harmonies of #B5FA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FA01

Black with #B5FA01

Text Example


Text Example

White with #B5FA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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