Html Css Color HEX #B0EF00 Spring Bud

📋 copy color: '#B0EF00'

red 176 ◦ green 239 ◦ blue 0

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

Shades of Spring Bud #B0EF00

Tints of Spring Bud #B0EF00

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

 GREEN value IS 239 (93.75% from 255) = 57.59%

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

R = 42.41%
G = 57.59%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#B0EF00 (or 0xB0EF00) is known color: Spring Bud. HEX triplet: B0, EF and 00. RGB value is (176,239,0). Sum of RGB (Red+Green+Blue) = 176+239+0=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 239 (93.75% from 255 or 57.59% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0EF00 is #4F10FF. Grayscale: #C1C1C1. Windows color (decimal): -5181696 or 61360. OLE color: 61360.

HSL color Cylindrical-coordinate representation of color #B0EF00: hue angle of 75.82º 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 #B0EF00 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 239 0 -
CMYK 0.26 0 1 0.06
HSL 75.82º 1% 0.47% -
HSV(B) 75.82º 1% 0.94% -
XYZ 48.77 70.96 11.13 -
YUV 192.92 19.13 115.93 -
System Red Green Blue C M Y K H S L
Decimal 176 239 0 0.26 0 1 0.06 75.82 1 0.47
Hex B0 EF 0 1A 0 64 6 4C 64 2F
Octal 260 357 0 32 0 144 6 114 144 57
Binary 10110000 11101111 0 11010 0 1100100 110 1001100 1100100 101111

Color Harmonies of #B0EF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0EF00

Black with #B0EF00

Text Example


Text Example

White with #B0EF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0EF00; }

 p { color: rgb(176,239,0); }

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

background-color css

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

 a { background-color: rgb(176,239,0); }

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

border-color css

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

 span { border-color: rgb(176,239,0); }

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