Html Css Color HEX #B9F000 Spring Bud

📋 copy color: '#B9F000'

red 185 ◦ green 240 ◦ blue 0

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

Shades of Spring Bud #B9F000

Tints of Spring Bud #B9F000

RGB

 RED value IS 185 (72.66% from 255) = 43.53%

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

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

R = 43.53%
G = 56.47%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#B9F000 (or 0xB9F000) is known color: Spring Bud. HEX triplet: B9, F0 and 00. RGB value is (185,240,0). Sum of RGB (Red+Green+Blue) = 185+240+0=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 240 (94.14% from 255 or 56.47% from 425); Blue value is 0 (0.39% from 255 or 0% from 425); Max value from RGB is 240 - color contains mainly: green. Hex color #B9F000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F000 is #460FFF. Grayscale: #C5C5C5. Windows color (decimal): -4591616 or 61625. OLE color: 61625.

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

Color convert

RGB 185 240 0 -
CMYK 0.23 0 1 0.06
HSL 73.75º 1% 0.47% -
HSV(B) 73.75º 1% 0.94% -
XYZ 51.17 72.63 11.32 -
YUV 196.2 17.28 120.01 -
System Red Green Blue C M Y K H S L
Decimal 185 240 0 0.23 0 1 0.06 73.75 1 0.47
Hex B9 F0 0 17 0 64 6 4A 64 2F
Octal 271 360 0 27 0 144 6 112 144 57
Binary 10111001 11110000 0 10111 0 1100100 110 1001010 1100100 101111

Color Harmonies of #B9F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F000

Black with #B9F000

Text Example


Text Example

White with #B9F000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F000; }

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

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

background-color css

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

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

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

border-color css

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

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

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