Html Css Color HEX #B3F705 Spring Bud

📋 copy color: '#B3F705'

red 179 ◦ green 247 ◦ blue 5

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

Shades of Spring Bud #B3F705

Tints of Spring Bud #B3F705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.16%

R = 41.53%
G = 57.31%
B = 1.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#B3F705 (or 0xB3F705) is known color: Spring Bud. HEX triplet: B3, F7 and 05. RGB value is (179,247,5). Sum of RGB (Red+Green+Blue) = 179+247+5=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 247 (96.88% from 255 or 57.31% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F705 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F705 is #4C08FA. Grayscale: #C7C7C7. Windows color (decimal): -4983035 or 391091. OLE color: 391091.

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

Color convert

RGB 179 247 5 -
CMYK 0.28 0 0.98 0.03
HSL 76.86º 0.96% 0.49% -
HSV(B) 76.86º 0.98% 0.97% -
XYZ 51.88 76.12 12.1 -
YUV 199.08 18.47 113.68 -
System Red Green Blue C M Y K H S L
Decimal 179 247 5 0.28 0 0.98 0.03 76.86 0.96 0.49
Hex B3 F7 5 1C 0 62 3 4D 60 31
Octal 263 367 5 34 0 142 3 115 140 61
Binary 10110011 11110111 101 11100 0 1100010 11 1001101 1100000 110001

Color Harmonies of #B3F705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F705

Black with #B3F705

Text Example


Text Example

White with #B3F705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F705; }

 p { color: rgb(179,247,5); }

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

background-color css

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

 a { background-color: rgb(179,247,5); }

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

border-color css

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

 span { border-color: rgb(179,247,5); }

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