Html Css Color HEX #B1FD08 Spring Bud

📋 copy color: '#B1FD08'

red 177 ◦ green 253 ◦ blue 8

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

Shades of Spring Bud #B1FD08

Tints of Spring Bud #B1FD08

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.76%

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

R = 40.41%
G = 57.76%
B = 1.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#B1FD08 (or 0xB1FD08) is known color: Spring Bud. HEX triplet: B1, FD and 08. RGB value is (177,253,8). Sum of RGB (Red+Green+Blue) = 177+253+8=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 253 (99.22% from 255 or 57.76% from 438); Blue value is 8 (3.52% from 255 or 1.83% from 438); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FD08 is #4E02F7. Grayscale: #CBCBCB. Windows color (decimal): -5112568 or 589233. OLE color: 589233.

HSL color Cylindrical-coordinate representation of color #B1FD08: hue angle of 78.61º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1FD08 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 8 -
CMYK 0.30 0 0.97 0.01
HSL 78.61º 0.98% 0.51% -
HSV(B) 78.61º 0.97% 0.99% -
XYZ 53.3 79.62 12.79 -
YUV 202.35 18.32 109.92 -
System Red Green Blue C M Y K H S L
Decimal 177 253 8 0.30 0 0.97 0.01 78.61 0.98 0.51
Hex B1 FD 8 1E 0 61 1 4F 62 33
Octal 261 375 10 36 0 141 1 117 142 63
Binary 10110001 11111101 1000 11110 0 1100001 1 1001111 1100010 110011

Color Harmonies of #B1FD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FD08

Black with #B1FD08

Text Example


Text Example

White with #B1FD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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