Html Css Color HEX #B5F000 Spring Bud

📋 copy color: '#B5F000'

red 181 ◦ green 240 ◦ blue 0

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

Shades of Spring Bud #B5F000

Tints of Spring Bud #B5F000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.99%
G = 57.01%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#B5F000 (or 0xB5F000) is known color: Spring Bud. HEX triplet: B5, F0 and 00. RGB value is (181,240,0). Sum of RGB (Red+Green+Blue) = 181+240+0=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F000 is #4A0FFF. Grayscale: #C3C3C3. Windows color (decimal): -4853760 or 61621. OLE color: 61621.

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

Color convert

RGB 181 240 0 -
CMYK 0.25 0 1 0.06
HSL 74.75º 1% 0.47% -
HSV(B) 74.75º 1% 0.94% -
XYZ 50.22 72.14 11.28 -
YUV 195 17.95 118.01 -
System Red Green Blue C M Y K H S L
Decimal 181 240 0 0.25 0 1 0.06 74.75 1 0.47
Hex B5 F0 0 19 0 64 6 4B 64 2F
Octal 265 360 0 31 0 144 6 113 144 57
Binary 10110101 11110000 0 11001 0 1100100 110 1001011 1100100 101111

Color Harmonies of #B5F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F000

Black with #B5F000

Text Example


Text Example

White with #B5F000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F000; }

 p { color: rgb(181,240,0); }

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

background-color css

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

 a { background-color: rgb(181,240,0); }

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

border-color css

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

 span { border-color: rgb(181,240,0); }

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