Html Css Color HEX #B0F504 Spring Bud

📋 copy color: '#B0F504'

red 176 ◦ green 245 ◦ blue 4

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

Shades of Spring Bud #B0F504

Tints of Spring Bud #B0F504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 57.65%

 BLUE value IS 4 (1.95% from 255) = 0.94%

R = 41.41%
G = 57.65%
B = 0.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#B0F504 (or 0xB0F504) is known color: Spring Bud. HEX triplet: B0, F5 and 04. RGB value is (176,245,4). Sum of RGB (Red+Green+Blue) = 176+245+4=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 245 (96.09% from 255 or 57.65% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F504 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F504 is #4F0AFB. Grayscale: #C5C5C5. Windows color (decimal): -5180156 or 325040. OLE color: 325040.

HSL color Cylindrical-coordinate representation of color #B0F504: hue angle of 77.18º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0F504 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 176 245 4 -
CMYK 0.28 0 0.98 0.04
HSL 77.18º 0.97% 0.49% -
HSV(B) 77.18º 0.98% 0.96% -
XYZ 50.58 74.54 11.84 -
YUV 196.9 19.14 113.1 -
System Red Green Blue C M Y K H S L
Decimal 176 245 4 0.28 0 0.98 0.04 77.18 0.97 0.49
Hex B0 F5 4 1C 0 62 4 4D 61 31
Octal 260 365 4 34 0 142 4 115 141 61
Binary 10110000 11110101 100 11100 0 1100010 100 1001101 1100001 110001

Color Harmonies of #B0F504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F504

Black with #B0F504

Text Example


Text Example

White with #B0F504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F504; }

 p { color: rgb(176,245,4); }

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

background-color css

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

 a { background-color: rgb(176,245,4); }

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

border-color css

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

 span { border-color: rgb(176,245,4); }

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