Html Css Color HEX #B8FB0B Spring Bud

📋 copy color: '#B8FB0B'

red 184 ◦ green 251 ◦ blue 11

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

Shades of Spring Bud #B8FB0B

Tints of Spring Bud #B8FB0B

RGB

 RED value IS 184 (72.27% from 255) = 41.26%

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

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

R = 41.26%
G = 56.28%
B = 2.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#B8FB0B (or 0xB8FB0B) is known color: Spring Bud. HEX triplet: B8, FB and 0B. RGB value is (184,251,11). Sum of RGB (Red+Green+Blue) = 184+251+11=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 251 (98.44% from 255 or 56.28% from 446); Blue value is 11 (4.69% from 255 or 2.47% from 446); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FB0B is #4704F4. Grayscale: #CCCCCC. Windows color (decimal): -4654325 or 785336. OLE color: 785336.

HSL color Cylindrical-coordinate representation of color #B8FB0B: hue angle of 76.75º 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 #B8FB0B is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 251 11 -
CMYK 0.27 0 0.96 0.02
HSL 76.75º 0.97% 0.51% -
HSV(B) 76.75º 0.96% 0.98% -
XYZ 54.32 79.21 12.74 -
YUV 203.61 19.3 114.01 -
System Red Green Blue C M Y K H S L
Decimal 184 251 11 0.27 0 0.96 0.02 76.75 0.97 0.51
Hex B8 FB B 1B 0 60 2 4D 61 33
Octal 270 373 13 33 0 140 2 115 141 63
Binary 10111000 11111011 1011 11011 0 1100000 10 1001101 1100001 110011

Color Harmonies of #B8FB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FB0B

Black with #B8FB0B

Text Example


Text Example

White with #B8FB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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