Html Css Color HEX #B6F100 Spring Bud

📋 copy color: '#B6F100'

red 182 ◦ green 241 ◦ blue 0

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

Shades of Spring Bud #B6F100

Tints of Spring Bud #B6F100

RGB

 RED value IS 182 (71.48% from 255) = 43.03%

 GREEN value IS 241 (94.53% from 255) = 56.97%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.03%
G = 56.97%
B = 0%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#B6F100 (or 0xB6F100) is known color: Spring Bud. HEX triplet: B6, F1 and 00. RGB value is (182,241,0). Sum of RGB (Red+Green+Blue) = 182+241+0=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #B6F100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F100 is #490EFF. Grayscale: #C4C4C4. Windows color (decimal): -4787968 or 61878. OLE color: 61878.

HSL color Cylindrical-coordinate representation of color #B6F100: hue angle of 74.69º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6F100 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 182 241 0 -
CMYK 0.24 0 1 0.05
HSL 74.69º 1% 0.47% -
HSV(B) 74.69º 1% 0.95% -
XYZ 50.75 72.86 11.39 -
YUV 195.89 17.45 118.1 -
System Red Green Blue C M Y K H S L
Decimal 182 241 0 0.24 0 1 0.05 74.69 1 0.47
Hex B6 F1 0 18 0 64 5 4B 64 2F
Octal 266 361 0 30 0 144 5 113 144 57
Binary 10110110 11110001 0 11000 0 1100100 101 1001011 1100100 101111

Color Harmonies of #B6F100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F100

Black with #B6F100

Text Example


Text Example

White with #B6F100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F100; }

 p { color: rgb(182,241,0); }

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

background-color css

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

 a { background-color: rgb(182,241,0); }

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

border-color css

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

 span { border-color: rgb(182,241,0); }

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