Html Css Color HEX #B0F805 Spring Bud

📋 copy color: '#B0F805'

red 176 ◦ green 248 ◦ blue 5

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

Shades of Spring Bud #B0F805

Tints of Spring Bud #B0F805

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.81%

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

R = 41.03%
G = 57.81%
B = 1.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#B0F805 (or 0xB0F805) is known color: Spring Bud. HEX triplet: B0, F8 and 05. RGB value is (176,248,5). Sum of RGB (Red+Green+Blue) = 176+248+5=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 248 (97.27% from 255 or 57.81% from 429); Blue value is 5 (2.34% from 255 or 1.17% from 429); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F805 is #4F07FA. Grayscale: #C7C7C7. Windows color (decimal): -5179387 or 391344. OLE color: 391344.

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

Color convert

RGB 176 248 5 -
CMYK 0.29 0 0.98 0.03
HSL 77.78º 0.96% 0.5% -
HSV(B) 77.78º 0.98% 0.97% -
XYZ 51.5 76.38 12.17 -
YUV 198.77 18.65 111.76 -
System Red Green Blue C M Y K H S L
Decimal 176 248 5 0.29 0 0.98 0.03 77.78 0.96 0.5
Hex B0 F8 5 1D 0 62 3 4E 60 32
Octal 260 370 5 35 0 142 3 116 140 62
Binary 10110000 11111000 101 11101 0 1100010 11 1001110 1100000 110010

Color Harmonies of #B0F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F805

Black with #B0F805

Text Example


Text Example

White with #B0F805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F805; }

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

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

background-color css

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

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

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

border-color css

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

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

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