Html Css Color HEX #B0FE07 Spring Bud

📋 copy color: '#B0FE07'

red 176 ◦ green 254 ◦ blue 7

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

Shades of Spring Bud #B0FE07

Tints of Spring Bud #B0FE07

RGB

 RED value IS 176 (69.14% from 255) = 40.27%

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

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

R = 40.27%
G = 58.12%
B = 1.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#B0FE07 (or 0xB0FE07) is known color: Spring Bud. HEX triplet: B0, FE and 07. RGB value is (176,254,7). Sum of RGB (Red+Green+Blue) = 176+254+7=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 254 (99.61% from 255 or 58.12% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE07 is #4F01F8. Grayscale: #CBCBCB. Windows color (decimal): -5177849 or 523952. OLE color: 523952.

HSL color Cylindrical-coordinate representation of color #B0FE07: hue angle of 78.95º 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 #B0FE07 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 7 -
CMYK 0.31 0 0.97 0.00
HSL 78.95º 0.99% 0.51% -
HSV(B) 78.95º 0.97% 1% -
XYZ 53.38 80.13 12.85 -
YUV 202.52 17.66 109.08 -
System Red Green Blue C M Y K H S L
Decimal 176 254 7 0.31 0 0.97 0.00 78.95 0.99 0.51
Hex B0 FE 7 1F 0 61 0 4F 63 33
Octal 260 376 7 37 0 141 0 117 143 63
Binary 10110000 11111110 111 11111 0 1100001 0 1001111 1100011 110011

Color Harmonies of #B0FE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE07

Black with #B0FE07

Text Example


Text Example

White with #B0FE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE07; }

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

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

background-color css

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

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

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

border-color css

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

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

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