Html Css Color HEX #B1F90C Spring Bud

📋 copy color: '#B1F90C'

red 177 ◦ green 249 ◦ blue 12

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

Shades of Spring Bud #B1F90C

Tints of Spring Bud #B1F90C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 56.85%

 BLUE value IS 12 (5.08% from 255) = 2.74%

R = 40.41%
G = 56.85%
B = 2.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#B1F90C (or 0xB1F90C) is known color: Spring Bud. HEX triplet: B1, F9 and 0C. RGB value is (177,249,12). Sum of RGB (Red+Green+Blue) = 177+249+12=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 249 (97.66% from 255 or 56.85% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F90C is #4E06F3. Grayscale: #C9C9C9. Windows color (decimal): -5113588 or 850353. OLE color: 850353.

HSL color Cylindrical-coordinate representation of color #B1F90C: hue angle of 78.23º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1F90C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 12 -
CMYK 0.29 0 0.95 0.02
HSL 78.23º 0.95% 0.51% -
HSV(B) 78.23º 0.95% 0.98% -
XYZ 52.07 77.13 12.49 -
YUV 200.45 21.65 111.27 -
System Red Green Blue C M Y K H S L
Decimal 177 249 12 0.29 0 0.95 0.02 78.23 0.95 0.51
Hex B1 F9 C 1D 0 5F 2 4E 5F 33
Octal 261 371 14 35 0 137 2 116 137 63
Binary 10110001 11111001 1100 11101 0 1011111 10 1001110 1011111 110011

Color Harmonies of #B1F90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F90C

Black with #B1F90C

Text Example


Text Example

White with #B1F90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F90C; }

 p { color: rgb(177,249,12); }

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

background-color css

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

 a { background-color: rgb(177,249,12); }

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

border-color css

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

 span { border-color: rgb(177,249,12); }

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