Html Css Color HEX #B0F601 Spring Bud

📋 copy color: '#B0F601'

red 176 ◦ green 246 ◦ blue 1

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

Shades of Spring Bud #B0F601

Tints of Spring Bud #B0F601

RGB

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

 GREEN value IS 246 (96.48% from 255) = 58.16%

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

R = 41.61%
G = 58.16%
B = 0.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#B0F601 (or 0xB0F601) is known color: Spring Bud. HEX triplet: B0, F6 and 01. RGB value is (176,246,1). Sum of RGB (Red+Green+Blue) = 176+246+1=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F601 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F601 is #4F09FE. Grayscale: #C6C6C6. Windows color (decimal): -5179903 or 128688. OLE color: 128688.

HSL color Cylindrical-coordinate representation of color #B0F601: hue angle of 77.14º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0F601 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 246 1 -
CMYK 0.28 0 1.00 0.04
HSL 77.14º 0.99% 0.48% -
HSV(B) 77.14º 1% 0.96% -
XYZ 50.87 75.14 11.85 -
YUV 197.14 17.31 112.92 -
System Red Green Blue C M Y K H S L
Decimal 176 246 1 0.28 0 1.00 0.04 77.14 0.99 0.48
Hex B0 F6 1 1C 0 64 4 4D 63 30
Octal 260 366 1 34 0 144 4 115 143 60
Binary 10110000 11110110 1 11100 0 1100100 100 1001101 1100011 110000

Color Harmonies of #B0F601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F601

Black with #B0F601

Text Example


Text Example

White with #B0F601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F601; }

 p { color: rgb(176,246,1); }

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

background-color css

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

 a { background-color: rgb(176,246,1); }

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

border-color css

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

 span { border-color: rgb(176,246,1); }

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