Html Css Color HEX #B1FD0F Spring Bud

📋 copy color: '#B1FD0F'

red 177 ◦ green 253 ◦ blue 15

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

Shades of Spring Bud #B1FD0F

Tints of Spring Bud #B1FD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.37%

R = 39.78%
G = 56.85%
B = 3.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#B1FD0F (or 0xB1FD0F) is known color: Spring Bud. HEX triplet: B1, FD and 0F. RGB value is (177,253,15). Sum of RGB (Red+Green+Blue) = 177+253+15=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 15 (6.25% from 255 or 3.37% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FD0F is #4E02F0. Grayscale: #CCCCCC. Windows color (decimal): -5112561 or 1047985. OLE color: 1047985.

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

Color convert

RGB 177 253 15 -
CMYK 0.30 0 0.94 0.01
HSL 79.16º 0.98% 0.53% -
HSV(B) 79.16º 0.94% 0.99% -
XYZ 53.34 79.63 13.01 -
YUV 203.14 21.82 109.35 -
System Red Green Blue C M Y K H S L
Decimal 177 253 15 0.30 0 0.94 0.01 79.16 0.98 0.53
Hex B1 FD F 1E 0 5E 1 4F 62 35
Octal 261 375 17 36 0 136 1 117 142 65
Binary 10110001 11111101 1111 11110 0 1011110 1 1001111 1100010 110101

Color Harmonies of #B1FD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FD0F

Black with #B1FD0F

Text Example


Text Example

White with #B1FD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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