Html Css Color HEX #B5FB0D Spring Bud

📋 copy color: '#B5FB0D'

red 181 ◦ green 251 ◦ blue 13

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

Shades of Spring Bud #B5FB0D

Tints of Spring Bud #B5FB0D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 56.4%

 BLUE value IS 13 (5.47% from 255) = 2.92%

R = 40.67%
G = 56.4%
B = 2.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#B5FB0D (or 0xB5FB0D) is known color: Spring Bud. HEX triplet: B5, FB and 0D. RGB value is (181,251,13). Sum of RGB (Red+Green+Blue) = 181+251+13=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 251 (98.44% from 255 or 56.40% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 251 - color contains mainly: green. Hex color #B5FB0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FB0D is #4A04F2. Grayscale: #CBCBCB. Windows color (decimal): -4850931 or 916405. OLE color: 916405.

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

Color convert

RGB 181 251 13 -
CMYK 0.28 0 0.95 0.02
HSL 77.65º 0.97% 0.52% -
HSV(B) 77.65º 0.95% 0.98% -
XYZ 53.63 78.85 12.77 -
YUV 202.94 20.81 112.35 -
System Red Green Blue C M Y K H S L
Decimal 181 251 13 0.28 0 0.95 0.02 77.65 0.97 0.52
Hex B5 FB D 1C 0 5F 2 4E 61 34
Octal 265 373 15 34 0 137 2 116 141 64
Binary 10110101 11111011 1101 11100 0 1011111 10 1001110 1100001 110100

Color Harmonies of #B5FB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FB0D

Black with #B5FB0D

Text Example


Text Example

White with #B5FB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FB0D; }

 p { color: rgb(181,251,13); }

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

background-color css

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

 a { background-color: rgb(181,251,13); }

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

border-color css

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

 span { border-color: rgb(181,251,13); }

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