Html Css Color HEX #B1F805 Spring Bud

📋 copy color: '#B1F805'

red 177 ◦ green 248 ◦ blue 5

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

Shades of Spring Bud #B1F805

Tints of Spring Bud #B1F805

RGB

 RED value IS 177 (69.53% from 255) = 41.16%

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 41.16%
G = 57.67%
B = 1.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#B1F805 (or 0xB1F805) is known color: Spring Bud. HEX triplet: B1, F8 and 05. RGB value is (177,248,5). Sum of RGB (Red+Green+Blue) = 177+248+5=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F805 is #4E07FA. Grayscale: #C7C7C7. Windows color (decimal): -5113851 or 391345. OLE color: 391345.

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

Color convert

RGB 177 248 5 -
CMYK 0.29 0 0.98 0.03
HSL 77.53º 0.96% 0.5% -
HSV(B) 77.53º 0.98% 0.97% -
XYZ 51.73 76.49 12.18 -
YUV 199.07 18.48 112.26 -
System Red Green Blue C M Y K H S L
Decimal 177 248 5 0.29 0 0.98 0.03 77.53 0.96 0.5
Hex B1 F8 5 1D 0 62 3 4E 60 32
Octal 261 370 5 35 0 142 3 116 140 62
Binary 10110001 11111000 101 11101 0 1100010 11 1001110 1100000 110010

Color Harmonies of #B1F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F805

Black with #B1F805

Text Example


Text Example

White with #B1F805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F805; }

 p { color: rgb(177,248,5); }

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

background-color css

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

 a { background-color: rgb(177,248,5); }

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

border-color css

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

 span { border-color: rgb(177,248,5); }

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