Html Css Color HEX #B3F506 Spring Bud

📋 copy color: '#B3F506'

red 179 ◦ green 245 ◦ blue 6

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

Shades of Spring Bud #B3F506

Tints of Spring Bud #B3F506

RGB

 RED value IS 179 (70.31% from 255) = 41.63%

 GREEN value IS 245 (96.09% from 255) = 56.98%

 BLUE value IS 6 (2.73% from 255) = 1.4%

R = 41.63%
G = 56.98%
B = 1.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#B3F506 (or 0xB3F506) is known color: Spring Bud. HEX triplet: B3, F5 and 06. RGB value is (179,245,6). Sum of RGB (Red+Green+Blue) = 179+245+6=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 245 (96.09% from 255 or 56.98% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F506 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F506 is #4C0AF9. Grayscale: #C6C6C6. Windows color (decimal): -4983546 or 456115. OLE color: 456115.

HSL color Cylindrical-coordinate representation of color #B3F506: hue angle of 76.57º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3F506 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 245 6 -
CMYK 0.27 0 0.98 0.04
HSL 76.57º 0.95% 0.49% -
HSV(B) 76.57º 0.98% 0.96% -
XYZ 51.28 74.9 11.93 -
YUV 198.02 19.63 114.43 -
System Red Green Blue C M Y K H S L
Decimal 179 245 6 0.27 0 0.98 0.04 76.57 0.95 0.49
Hex B3 F5 6 1B 0 62 4 4D 5F 31
Octal 263 365 6 33 0 142 4 115 137 61
Binary 10110011 11110101 110 11011 0 1100010 100 1001101 1011111 110001

Color Harmonies of #B3F506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F506

Black with #B3F506

Text Example


Text Example

White with #B3F506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F506; }

 p { color: rgb(179,245,6); }

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

background-color css

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

 a { background-color: rgb(179,245,6); }

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

border-color css

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

 span { border-color: rgb(179,245,6); }

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