Html Css Color HEX #B5FF0F Spring Bud

📋 copy color: '#B5FF0F'

red 181 ◦ green 255 ◦ blue 15

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

Shades of Spring Bud #B5FF0F

Tints of Spring Bud #B5FF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.33%

R = 40.13%
G = 56.54%
B = 3.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#B5FF0F (or 0xB5FF0F) is known color: Spring Bud. HEX triplet: B5, FF and 0F. RGB value is (181,255,15). Sum of RGB (Red+Green+Blue) = 181+255+15=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FF0F is #4A00F0. Grayscale: #CECECE. Windows color (decimal): -4849905 or 1048501. OLE color: 1048501.

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

Color convert

RGB 181 255 15 -
CMYK 0.29 0 0.94 0
HSL 78.5º 1% 0.53% -
HSV(B) 78.5º 0.94% 1% -
XYZ 54.9 81.38 13.27 -
YUV 205.51 20.48 110.51 -
System Red Green Blue C M Y K H S L
Decimal 181 255 15 0.29 0 0.94 0 78.5 1 0.53
Hex B5 FF F 1D 0 5E 0 4E 64 35
Octal 265 377 17 35 0 136 0 116 144 65
Binary 10110101 11111111 1111 11101 0 1011110 0 1001110 1100100 110101

Color Harmonies of #B5FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FF0F

Black with #B5FF0F

Text Example


Text Example

White with #B5FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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