Html Css Color HEX #B4FE07 Spring Bud

📋 copy color: '#B4FE07'

red 180 ◦ green 254 ◦ blue 7

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

Shades of Spring Bud #B4FE07

Tints of Spring Bud #B4FE07

RGB

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

 GREEN value IS 254 (99.61% from 255) = 57.6%

 BLUE value IS 7 (3.13% from 255) = 1.59%

R = 40.82%
G = 57.6%
B = 1.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#B4FE07 (or 0xB4FE07) is known color: Spring Bud. HEX triplet: B4, FE and 07. RGB value is (180,254,7). Sum of RGB (Red+Green+Blue) = 180+254+7=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FE07 is #4B01F8. Grayscale: #CCCCCC. Windows color (decimal): -4915705 or 523956. OLE color: 523956.

HSL color Cylindrical-coordinate representation of color #B4FE07: hue angle of 77.98º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4FE07 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 180 254 7 -
CMYK 0.29 0 0.97 0.00
HSL 77.98º 0.99% 0.51% -
HSV(B) 77.98º 0.97% 1% -
XYZ 54.3 80.6 12.9 -
YUV 203.72 16.98 111.08 -
System Red Green Blue C M Y K H S L
Decimal 180 254 7 0.29 0 0.97 0.00 77.98 0.99 0.51
Hex B4 FE 7 1D 0 61 0 4E 63 33
Octal 264 376 7 35 0 141 0 116 143 63
Binary 10110100 11111110 111 11101 0 1100001 0 1001110 1100011 110011

Color Harmonies of #B4FE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FE07

Black with #B4FE07

Text Example


Text Example

White with #B4FE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FE07; }

 p { color: rgb(180,254,7); }

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

background-color css

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

 a { background-color: rgb(180,254,7); }

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

border-color css

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

 span { border-color: rgb(180,254,7); }

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