Html Css Color HEX #B4F101 Spring Bud

📋 copy color: '#B4F101'

red 180 ◦ green 241 ◦ blue 1

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

Shades of Spring Bud #B4F101

Tints of Spring Bud #B4F101

RGB

 RED value IS 180 (70.7% from 255) = 42.65%

 GREEN value IS 241 (94.53% from 255) = 57.11%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 42.65%
G = 57.11%
B = 0.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#B4F101 (or 0xB4F101) is known color: Spring Bud. HEX triplet: B4, F1 and 01. RGB value is (180,241,1). Sum of RGB (Red+Green+Blue) = 180+241+1=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 241 (94.53% from 255 or 57.11% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F101 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4F101 is #4B0EFE. Grayscale: #C4C4C4. Windows color (decimal): -4919039 or 127412. OLE color: 127412.

HSL color Cylindrical-coordinate representation of color #B4F101: hue angle of 75.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4F101 is Cyan = 0.25, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 241 1 -
CMYK 0.25 0 1.00 0.05
HSL 75.25º 0.99% 0.47% -
HSV(B) 75.25º 1% 0.95% -
XYZ 50.28 72.62 11.39 -
YUV 195.4 18.29 117.01 -
System Red Green Blue C M Y K H S L
Decimal 180 241 1 0.25 0 1.00 0.05 75.25 0.99 0.47
Hex B4 F1 1 19 0 64 5 4B 63 2F
Octal 264 361 1 31 0 144 5 113 143 57
Binary 10110100 11110001 1 11001 0 1100100 101 1001011 1100011 101111

Color Harmonies of #B4F101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F101

Black with #B4F101

Text Example


Text Example

White with #B4F101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F101; }

 p { color: rgb(180,241,1); }

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

background-color css

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

 a { background-color: rgb(180,241,1); }

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

border-color css

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

 span { border-color: rgb(180,241,1); }

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