Html Css Color HEX #B1F408 Spring Bud

📋 copy color: '#B1F408'

red 177 ◦ green 244 ◦ blue 8

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

Shades of Spring Bud #B1F408

Tints of Spring Bud #B1F408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 41.26%
G = 56.88%
B = 1.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#B1F408 (or 0xB1F408) is known color: Spring Bud. HEX triplet: B1, F4 and 08. RGB value is (177,244,8). Sum of RGB (Red+Green+Blue) = 177+244+8=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F408 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F408 is #4E0BF7. Grayscale: #C5C5C5. Windows color (decimal): -5114872 or 586929. OLE color: 586929.

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

Color convert

RGB 177 244 8 -
CMYK 0.27 0 0.97 0.04
HSL 77.03º 0.94% 0.49% -
HSV(B) 77.03º 0.97% 0.96% -
XYZ 50.53 74.07 11.86 -
YUV 197.06 21.3 113.69 -
System Red Green Blue C M Y K H S L
Decimal 177 244 8 0.27 0 0.97 0.04 77.03 0.94 0.49
Hex B1 F4 8 1B 0 61 4 4D 5E 31
Octal 261 364 10 33 0 141 4 115 136 61
Binary 10110001 11110100 1000 11011 0 1100001 100 1001101 1011110 110001

Color Harmonies of #B1F408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F408

Black with #B1F408

Text Example


Text Example

White with #B1F408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F408; }

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

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

background-color css

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

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

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

border-color css

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

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

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