Html Css Color HEX #B1F602 Spring Bud

📋 copy color: '#B1F602'

red 177 ◦ green 246 ◦ blue 2

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

Shades of Spring Bud #B1F602

Tints of Spring Bud #B1F602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 57.88%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 41.65%
G = 57.88%
B = 0.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#B1F602 (or 0xB1F602) is known color: Spring Bud. HEX triplet: B1, F6 and 02. RGB value is (177,246,2). Sum of RGB (Red+Green+Blue) = 177+246+2=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 246 (96.48% from 255 or 57.88% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F602 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F602 is #4E09FD. Grayscale: #C6C6C6. Windows color (decimal): -5114366 or 194225. OLE color: 194225.

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

Color convert

RGB 177 246 2 -
CMYK 0.28 0 0.99 0.04
HSL 76.97º 0.98% 0.49% -
HSV(B) 76.97º 0.99% 0.96% -
XYZ 51.1 75.26 11.89 -
YUV 197.55 17.64 113.34 -
System Red Green Blue C M Y K H S L
Decimal 177 246 2 0.28 0 0.99 0.04 76.97 0.98 0.49
Hex B1 F6 2 1C 0 63 4 4D 62 31
Octal 261 366 2 34 0 143 4 115 142 61
Binary 10110001 11110110 10 11100 0 1100011 100 1001101 1100010 110001

Color Harmonies of #B1F602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F602

Black with #B1F602

Text Example


Text Example

White with #B1F602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F602; }

 p { color: rgb(177,246,2); }

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

background-color css

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

 a { background-color: rgb(177,246,2); }

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

border-color css

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

 span { border-color: rgb(177,246,2); }

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