Html Css Color HEX #B0FE05 Spring Bud

📋 copy color: '#B0FE05'

red 176 ◦ green 254 ◦ blue 5

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

Shades of Spring Bud #B0FE05

Tints of Spring Bud #B0FE05

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.39%

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

R = 40.46%
G = 58.39%
B = 1.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#B0FE05 (or 0xB0FE05) is known color: Spring Bud. HEX triplet: B0, FE and 05. RGB value is (176,254,5). Sum of RGB (Red+Green+Blue) = 176+254+5=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE05 is #4F01FA. Grayscale: #CBCBCB. Windows color (decimal): -5177851 or 392880. OLE color: 392880.

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

Color convert

RGB 176 254 5 -
CMYK 0.31 0 0.98 0.00
HSL 78.8º 0.99% 0.51% -
HSV(B) 78.8º 0.98% 1% -
XYZ 53.37 80.12 12.8 -
YUV 202.29 16.66 109.25 -
System Red Green Blue C M Y K H S L
Decimal 176 254 5 0.31 0 0.98 0.00 78.8 0.99 0.51
Hex B0 FE 5 1F 0 62 0 4F 63 33
Octal 260 376 5 37 0 142 0 117 143 63
Binary 10110000 11111110 101 11111 0 1100010 0 1001111 1100011 110011

Color Harmonies of #B0FE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE05

Black with #B0FE05

Text Example


Text Example

White with #B0FE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE05; }

 p { color: rgb(176,254,5); }

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

background-color css

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

 a { background-color: rgb(176,254,5); }

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

border-color css

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

 span { border-color: rgb(176,254,5); }

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