Html Css Color HEX #B5F50B Spring Bud

📋 copy color: '#B5F50B'

red 181 ◦ green 245 ◦ blue 11

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

Shades of Spring Bud #B5F50B

Tints of Spring Bud #B5F50B

RGB

 RED value IS 181 (71.09% from 255) = 41.42%

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

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 41.42%
G = 56.06%
B = 2.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#B5F50B (or 0xB5F50B) is known color: Spring Bud. HEX triplet: B5, F5 and 0B. RGB value is (181,245,11). Sum of RGB (Red+Green+Blue) = 181+245+11=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F50B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F50B is #4A0AF4. Grayscale: #C8C8C8. Windows color (decimal): -4852469 or 783797. OLE color: 783797.

HSL color Cylindrical-coordinate representation of color #B5F50B: hue angle of 76.41º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5F50B is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 245 11 -
CMYK 0.26 0 0.96 0.04
HSL 76.41º 0.92% 0.5% -
HSV(B) 76.41º 0.96% 0.96% -
XYZ 51.77 75.15 12.09 -
YUV 199.19 21.8 115.03 -
System Red Green Blue C M Y K H S L
Decimal 181 245 11 0.26 0 0.96 0.04 76.41 0.92 0.5
Hex B5 F5 B 1A 0 60 4 4C 5C 32
Octal 265 365 13 32 0 140 4 114 134 62
Binary 10110101 11110101 1011 11010 0 1100000 100 1001100 1011100 110010

Color Harmonies of #B5F50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F50B

Black with #B5F50B

Text Example


Text Example

White with #B5F50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F50B; }

 p { color: rgb(181,245,11); }

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

background-color css

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

 a { background-color: rgb(181,245,11); }

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

border-color css

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

 span { border-color: rgb(181,245,11); }

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