Html Css Color HEX #B9FF05 Spring Bud

📋 copy color: '#B9FF05'

red 185 ◦ green 255 ◦ blue 5

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

Shades of Spring Bud #B9FF05

Tints of Spring Bud #B9FF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.12%

R = 41.57%
G = 57.3%
B = 1.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#B9FF05 (or 0xB9FF05) is known color: Spring Bud. HEX triplet: B9, FF and 05. RGB value is (185,255,5). Sum of RGB (Red+Green+Blue) = 185+255+5=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF05 is #4600FA. Grayscale: #CECECE. Windows color (decimal): -4587771 or 393145. OLE color: 393145.

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

Color convert

RGB 185 255 5 -
CMYK 0.27 0 0.98 0
HSL 76.8º 1% 0.51% -
HSV(B) 76.8º 0.98% 1% -
XYZ 55.79 81.85 13 -
YUV 205.57 14.81 113.33 -
System Red Green Blue C M Y K H S L
Decimal 185 255 5 0.27 0 0.98 0 76.8 1 0.51
Hex B9 FF 5 1B 0 62 0 4D 64 33
Octal 271 377 5 33 0 142 0 115 144 63
Binary 10111001 11111111 101 11011 0 1100010 0 1001101 1100100 110011

Color Harmonies of #B9FF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FF05

Black with #B9FF05

Text Example


Text Example

White with #B9FF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FF05; }

 p { color: rgb(185,255,5); }

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

background-color css

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

 a { background-color: rgb(185,255,5); }

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

border-color css

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

 span { border-color: rgb(185,255,5); }

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