Html Css Color HEX #B5FF13 Spring Bud

📋 copy color: '#B5FF13'

red 181 ◦ green 255 ◦ blue 19

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

Shades of Spring Bud #B5FF13

Tints of Spring Bud #B5FF13

RGB

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

 GREEN value IS 255 (100% from 255) = 56.04%

 BLUE value IS 19 (7.81% from 255) = 4.18%

R = 39.78%
G = 56.04%
B = 4.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#B5FF13 (or 0xB5FF13) is known color: Spring Bud. HEX triplet: B5, FF and 13. RGB value is (181,255,19). Sum of RGB (Red+Green+Blue) = 181+255+19=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 19 (7.81% from 255 or 4.18% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FF13 is #4A00EC. Grayscale: #CECECE. Windows color (decimal): -4849901 or 1310645. OLE color: 1310645.

HSL color Cylindrical-coordinate representation of color #B5FF13: hue angle of 78.81º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5FF13 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 181 255 19 -
CMYK 0.29 0 0.93 0
HSL 78.81º 1% 0.54% -
HSV(B) 78.81º 0.93% 1% -
XYZ 54.93 81.39 13.43 -
YUV 205.97 22.48 110.19 -
System Red Green Blue C M Y K H S L
Decimal 181 255 19 0.29 0 0.93 0 78.81 1 0.54
Hex B5 FF 13 1D 0 5D 0 4F 64 36
Octal 265 377 23 35 0 135 0 117 144 66
Binary 10110101 11111111 10011 11101 0 1011101 0 1001111 1100100 110110

Color Harmonies of #B5FF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FF13

Black with #B5FF13

Text Example


Text Example

White with #B5FF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FF13; }

 p { color: rgb(181,255,19); }

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

background-color css

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

 a { background-color: rgb(181,255,19); }

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

border-color css

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

 span { border-color: rgb(181,255,19); }

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