Html Css Color HEX #B2FC0B Spring Bud

📋 copy color: '#B2FC0B'

red 178 ◦ green 252 ◦ blue 11

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

Shades of Spring Bud #B2FC0B

Tints of Spring Bud #B2FC0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.49%

R = 40.36%
G = 57.14%
B = 2.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#B2FC0B (or 0xB2FC0B) is known color: Spring Bud. HEX triplet: B2, FC and 0B. RGB value is (178,252,11). Sum of RGB (Red+Green+Blue) = 178+252+11=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 11 (4.69% from 255 or 2.49% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FC0B is #4D03F4. Grayscale: #CBCBCB. Windows color (decimal): -5047285 or 785586. OLE color: 785586.

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

Color convert

RGB 178 252 11 -
CMYK 0.29 0 0.96 0.01
HSL 78.42º 0.98% 0.52% -
HSV(B) 78.42º 0.96% 0.99% -
XYZ 53.23 79.11 12.78 -
YUV 202.4 19.98 110.6 -
System Red Green Blue C M Y K H S L
Decimal 178 252 11 0.29 0 0.96 0.01 78.42 0.98 0.52
Hex B2 FC B 1D 0 60 1 4E 62 34
Octal 262 374 13 35 0 140 1 116 142 64
Binary 10110010 11111100 1011 11101 0 1100000 1 1001110 1100010 110100

Color Harmonies of #B2FC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FC0B

Black with #B2FC0B

Text Example


Text Example

White with #B2FC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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