Html Css Color HEX #B0F905 Spring Bud

📋 copy color: '#B0F905'

red 176 ◦ green 249 ◦ blue 5

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

Shades of Spring Bud #B0F905

Tints of Spring Bud #B0F905

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.91%

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

R = 40.93%
G = 57.91%
B = 1.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#B0F905 (or 0xB0F905) is known color: Spring Bud. HEX triplet: B0, F9 and 05. RGB value is (176,249,5). Sum of RGB (Red+Green+Blue) = 176+249+5=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 249 (97.66% from 255 or 57.91% from 430); Blue value is 5 (2.34% from 255 or 1.16% from 430); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F905 is #4F06FA. Grayscale: #C8C8C8. Windows color (decimal): -5179131 or 391600. OLE color: 391600.

HSL color Cylindrical-coordinate representation of color #B0F905: hue angle of 77.95º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0F905 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 5 -
CMYK 0.29 0 0.98 0.02
HSL 77.95º 0.96% 0.5% -
HSV(B) 77.95º 0.98% 0.98% -
XYZ 51.81 76.99 12.27 -
YUV 199.36 18.32 111.34 -
System Red Green Blue C M Y K H S L
Decimal 176 249 5 0.29 0 0.98 0.02 77.95 0.96 0.5
Hex B0 F9 5 1D 0 62 2 4E 60 32
Octal 260 371 5 35 0 142 2 116 140 62
Binary 10110000 11111001 101 11101 0 1100010 10 1001110 1100000 110010

Color Harmonies of #B0F905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F905

Black with #B0F905

Text Example


Text Example

White with #B0F905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F905; }

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

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

background-color css

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

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

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

border-color css

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

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

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