Html Css Color HEX #B1EF04 Spring Bud

📋 copy color: '#B1EF04'

red 177 ◦ green 239 ◦ blue 4

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

Shades of Spring Bud #B1EF04

Tints of Spring Bud #B1EF04

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.9%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 42.14%
G = 56.9%
B = 0.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#B1EF04 (or 0xB1EF04) is known color: Spring Bud. HEX triplet: B1, EF and 04. RGB value is (177,239,4). Sum of RGB (Red+Green+Blue) = 177+239+4=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 239 (93.75% from 255 or 56.90% from 420); Blue value is 4 (1.95% from 255 or 0.95% from 420); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1EF04 is #4E10FB. Grayscale: #C2C2C2. Windows color (decimal): -5116156 or 323505. OLE color: 323505.

HSL color Cylindrical-coordinate representation of color #B1EF04: hue angle of 75.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1EF04 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 239 4 -
CMYK 0.26 0 0.98 0.06
HSL 75.83º 0.97% 0.48% -
HSV(B) 75.83º 0.98% 0.94% -
XYZ 49.02 71.09 11.25 -
YUV 193.67 20.96 116.11 -
System Red Green Blue C M Y K H S L
Decimal 177 239 4 0.26 0 0.98 0.06 75.83 0.97 0.48
Hex B1 EF 4 1A 0 62 6 4C 61 30
Octal 261 357 4 32 0 142 6 114 141 60
Binary 10110001 11101111 100 11010 0 1100010 110 1001100 1100001 110000

Color Harmonies of #B1EF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EF04

Black with #B1EF04

Text Example


Text Example

White with #B1EF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EF04; }

 p { color: rgb(177,239,4); }

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

background-color css

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

 a { background-color: rgb(177,239,4); }

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

border-color css

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

 span { border-color: rgb(177,239,4); }

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