Html Css Color HEX #B2F805 Spring Bud

📋 copy color: '#B2F805'

red 178 ◦ green 248 ◦ blue 5

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

Shades of Spring Bud #B2F805

Tints of Spring Bud #B2F805

RGB

 RED value IS 178 (69.92% from 255) = 41.3%

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

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

R = 41.3%
G = 57.54%
B = 1.16%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#B2F805 (or 0xB2F805) is known color: Spring Bud. HEX triplet: B2, F8 and 05. RGB value is (178,248,5). Sum of RGB (Red+Green+Blue) = 178+248+5=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 248 (97.27% from 255 or 57.54% from 431); Blue value is 5 (2.34% from 255 or 1.16% from 431); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F805 is #4D07FA. Grayscale: #C8C8C8. Windows color (decimal): -5048315 or 391346. OLE color: 391346.

HSL color Cylindrical-coordinate representation of color #B2F805: hue angle of 77.28º 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 #B2F805 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 248 5 -
CMYK 0.28 0 0.98 0.03
HSL 77.28º 0.96% 0.5% -
HSV(B) 77.28º 0.98% 0.97% -
XYZ 51.95 76.61 12.19 -
YUV 199.37 18.31 112.76 -
System Red Green Blue C M Y K H S L
Decimal 178 248 5 0.28 0 0.98 0.03 77.28 0.96 0.5
Hex B2 F8 5 1C 0 62 3 4D 60 32
Octal 262 370 5 34 0 142 3 115 140 62
Binary 10110010 11111000 101 11100 0 1100010 11 1001101 1100000 110010

Color Harmonies of #B2F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F805

Black with #B2F805

Text Example


Text Example

White with #B2F805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F805; }

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

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

background-color css

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

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

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

border-color css

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

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

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