Html Css Color HEX #B6F700 Spring Bud

📋 copy color: '#B6F700'

red 182 ◦ green 247 ◦ blue 0

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

Shades of Spring Bud #B6F700

Tints of Spring Bud #B6F700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.58%

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

R = 42.42%
G = 57.58%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#B6F700 (or 0xB6F700) is known color: Spring Bud. HEX triplet: B6, F7 and 00. RGB value is (182,247,0). Sum of RGB (Red+Green+Blue) = 182+247+0=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 247 (96.88% from 255 or 57.58% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 247 - color contains mainly: green. Hex color #B6F700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6F700 is #4908FF. Grayscale: #C8C8C8. Windows color (decimal): -4786432 or 63414. OLE color: 63414.

HSL color Cylindrical-coordinate representation of color #B6F700: hue angle of 75.79º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B6F700 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 182 247 0 -
CMYK 0.26 0 1 0.03
HSL 75.79º 1% 0.48% -
HSV(B) 75.79º 1% 0.97% -
XYZ 52.55 76.47 11.99 -
YUV 199.41 15.47 115.58 -
System Red Green Blue C M Y K H S L
Decimal 182 247 0 0.26 0 1 0.03 75.79 1 0.48
Hex B6 F7 0 1A 0 64 3 4C 64 30
Octal 266 367 0 32 0 144 3 114 144 60
Binary 10110110 11110111 0 11010 0 1100100 11 1001100 1100100 110000

Color Harmonies of #B6F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6F700

Black with #B6F700

Text Example


Text Example

White with #B6F700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6F700; }

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

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

background-color css

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

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

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

border-color css

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

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

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