Html Css Color HEX #B1F405 Spring Bud

📋 copy color: '#B1F405'

red 177 ◦ green 244 ◦ blue 5

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

Shades of Spring Bud #B1F405

Tints of Spring Bud #B1F405

RGB

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

 GREEN value IS 244 (95.7% from 255) = 57.28%

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

R = 41.55%
G = 57.28%
B = 1.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#B1F405 (or 0xB1F405) is known color: Spring Bud. HEX triplet: B1, F4 and 05. RGB value is (177,244,5). Sum of RGB (Red+Green+Blue) = 177+244+5=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 244 (95.70% from 255 or 57.28% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F405 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F405 is #4E0BFA. Grayscale: #C5C5C5. Windows color (decimal): -5114875 or 390321. OLE color: 390321.

HSL color Cylindrical-coordinate representation of color #B1F405: hue angle of 76.82º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1F405 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 244 5 -
CMYK 0.27 0 0.98 0.04
HSL 76.82º 0.96% 0.49% -
HSV(B) 76.82º 0.98% 0.96% -
XYZ 50.51 74.06 11.78 -
YUV 196.72 19.8 113.93 -
System Red Green Blue C M Y K H S L
Decimal 177 244 5 0.27 0 0.98 0.04 76.82 0.96 0.49
Hex B1 F4 5 1B 0 62 4 4D 60 31
Octal 261 364 5 33 0 142 4 115 140 61
Binary 10110001 11110100 101 11011 0 1100010 100 1001101 1100000 110001

Color Harmonies of #B1F405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F405

Black with #B1F405

Text Example


Text Example

White with #B1F405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F405; }

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

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

background-color css

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

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

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

border-color css

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

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

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