Html Css Color HEX #B5FF0E Spring Bud

📋 copy color: '#B5FF0E'

red 181 ◦ green 255 ◦ blue 14

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

Shades of Spring Bud #B5FF0E

Tints of Spring Bud #B5FF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.11%

R = 40.22%
G = 56.67%
B = 3.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#B5FF0E (or 0xB5FF0E) is known color: Spring Bud. HEX triplet: B5, FF and 0E. RGB value is (181,255,14). Sum of RGB (Red+Green+Blue) = 181+255+14=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 14 (5.86% from 255 or 3.11% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FF0E is #4A00F1. Grayscale: #CECECE. Windows color (decimal): -4849906 or 982965. OLE color: 982965.

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

Color convert

RGB 181 255 14 -
CMYK 0.29 0 0.95 0
HSL 78.42º 1% 0.53% -
HSV(B) 78.42º 0.95% 1% -
XYZ 54.9 81.38 13.23 -
YUV 205.4 19.98 110.6 -
System Red Green Blue C M Y K H S L
Decimal 181 255 14 0.29 0 0.95 0 78.42 1 0.53
Hex B5 FF E 1D 0 5F 0 4E 64 35
Octal 265 377 16 35 0 137 0 116 144 65
Binary 10110101 11111111 1110 11101 0 1011111 0 1001110 1100100 110101

Color Harmonies of #B5FF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FF0E

Black with #B5FF0E

Text Example


Text Example

White with #B5FF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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