Html Css Color HEX #B5FF14 Spring Bud

📋 copy color: '#B5FF14'

red 181 ◦ green 255 ◦ blue 20

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

Shades of Spring Bud #B5FF14

Tints of Spring Bud #B5FF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.39%

R = 39.69%
G = 55.92%
B = 4.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#B5FF14 (or 0xB5FF14) is known color: Spring Bud. HEX triplet: B5, FF and 14. RGB value is (181,255,20). Sum of RGB (Red+Green+Blue) = 181+255+20=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 20 (8.20% from 255 or 4.39% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FF14 is #4A00EB. Grayscale: #CECECE. Windows color (decimal): -4849900 or 1376181. OLE color: 1376181.

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

Color convert

RGB 181 255 20 -
CMYK 0.29 0 0.92 0
HSL 78.89º 1% 0.54% -
HSV(B) 78.89º 0.92% 1% -
XYZ 54.94 81.39 13.48 -
YUV 206.08 22.98 110.11 -
System Red Green Blue C M Y K H S L
Decimal 181 255 20 0.29 0 0.92 0 78.89 1 0.54
Hex B5 FF 14 1D 0 5C 0 4F 64 36
Octal 265 377 24 35 0 134 0 117 144 66
Binary 10110101 11111111 10100 11101 0 1011100 0 1001111 1100100 110110

Color Harmonies of #B5FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FF14

Black with #B5FF14

Text Example


Text Example

White with #B5FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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