Html Css Color HEX #B0FC07 Spring Bud

📋 copy color: '#B0FC07'

red 176 ◦ green 252 ◦ blue 7

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

Shades of Spring Bud #B0FC07

Tints of Spring Bud #B0FC07

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.93%

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

R = 40.46%
G = 57.93%
B = 1.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#B0FC07 (or 0xB0FC07) is known color: Spring Bud. HEX triplet: B0, FC and 07. RGB value is (176,252,7). Sum of RGB (Red+Green+Blue) = 176+252+7=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 7 (3.12% from 255 or 1.61% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FC07 is #4F03F8. Grayscale: #CACACA. Windows color (decimal): -5178361 or 523440. OLE color: 523440.

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

Color convert

RGB 176 252 7 -
CMYK 0.30 0 0.97 0.01
HSL 78.61º 0.98% 0.51% -
HSV(B) 78.61º 0.97% 0.99% -
XYZ 52.75 78.87 12.64 -
YUV 201.35 18.32 109.92 -
System Red Green Blue C M Y K H S L
Decimal 176 252 7 0.30 0 0.97 0.01 78.61 0.98 0.51
Hex B0 FC 7 1E 0 61 1 4F 62 33
Octal 260 374 7 36 0 141 1 117 142 63
Binary 10110000 11111100 111 11110 0 1100001 1 1001111 1100010 110011

Color Harmonies of #B0FC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC07

Black with #B0FC07

Text Example


Text Example

White with #B0FC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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