Html Css Color HEX #B2FC05 Spring Bud

📋 copy color: '#B2FC05'

red 178 ◦ green 252 ◦ blue 5

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

Shades of Spring Bud #B2FC05

Tints of Spring Bud #B2FC05

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.93%

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

R = 40.92%
G = 57.93%
B = 1.15%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#B2FC05 (or 0xB2FC05) is known color: Spring Bud. HEX triplet: B2, FC and 05. RGB value is (178,252,5). Sum of RGB (Red+Green+Blue) = 178+252+5=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 252 (98.83% from 255 or 57.93% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FC05 is #4D03FA. Grayscale: #CACACA. Windows color (decimal): -5047291 or 392370. OLE color: 392370.

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

Color convert

RGB 178 252 5 -
CMYK 0.29 0 0.98 0.01
HSL 77.98º 0.98% 0.5% -
HSV(B) 77.98º 0.98% 0.99% -
XYZ 53.2 79.1 12.61 -
YUV 201.72 16.98 111.08 -
System Red Green Blue C M Y K H S L
Decimal 178 252 5 0.29 0 0.98 0.01 77.98 0.98 0.5
Hex B2 FC 5 1D 0 62 1 4E 62 32
Octal 262 374 5 35 0 142 1 116 142 62
Binary 10110010 11111100 101 11101 0 1100010 1 1001110 1100010 110010

Color Harmonies of #B2FC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FC05

Black with #B2FC05

Text Example


Text Example

White with #B2FC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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