Html Css Color HEX #B2FB0B Spring Bud

📋 copy color: '#B2FB0B'

red 178 ◦ green 251 ◦ blue 11

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

Shades of Spring Bud #B2FB0B

Tints of Spring Bud #B2FB0B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.05%

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

R = 40.45%
G = 57.05%
B = 2.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#B2FB0B (or 0xB2FB0B) is known color: Spring Bud. HEX triplet: B2, FB and 0B. RGB value is (178,251,11). Sum of RGB (Red+Green+Blue) = 178+251+11=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FB0B is #4D04F4. Grayscale: #CACACA. Windows color (decimal): -5047541 or 785330. OLE color: 785330.

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

Color convert

RGB 178 251 11 -
CMYK 0.29 0 0.96 0.02
HSL 78.25º 0.97% 0.51% -
HSV(B) 78.25º 0.96% 0.98% -
XYZ 52.92 78.48 12.68 -
YUV 201.81 20.32 111.01 -
System Red Green Blue C M Y K H S L
Decimal 178 251 11 0.29 0 0.96 0.02 78.25 0.97 0.51
Hex B2 FB B 1D 0 60 2 4E 61 33
Octal 262 373 13 35 0 140 2 116 141 63
Binary 10110010 11111011 1011 11101 0 1100000 10 1001110 1100001 110011

Color Harmonies of #B2FB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FB0B

Black with #B2FB0B

Text Example


Text Example

White with #B2FB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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