Html Css Color HEX #B8FA10 Spring Bud

📋 copy color: '#B8FA10'

red 184 ◦ green 250 ◦ blue 16

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

Shades of Spring Bud #B8FA10

Tints of Spring Bud #B8FA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.56%

 BLUE value IS 16 (6.64% from 255) = 3.56%

R = 40.89%
G = 55.56%
B = 3.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#B8FA10 (or 0xB8FA10) is known color: Spring Bud. HEX triplet: B8, FA and 10. RGB value is (184,250,16). Sum of RGB (Red+Green+Blue) = 184+250+16=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 16 (6.64% from 255 or 3.56% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FA10 is #4705EF. Grayscale: #CCCCCC. Windows color (decimal): -4654576 or 1112760. OLE color: 1112760.

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

Color convert

RGB 184 250 16 -
CMYK 0.26 0 0.94 0.02
HSL 76.92º 0.96% 0.52% -
HSV(B) 76.92º 0.94% 0.98% -
XYZ 54.05 78.6 12.81 -
YUV 203.59 22.13 114.03 -
System Red Green Blue C M Y K H S L
Decimal 184 250 16 0.26 0 0.94 0.02 76.92 0.96 0.52
Hex B8 FA 10 1A 0 5E 2 4D 60 34
Octal 270 372 20 32 0 136 2 115 140 64
Binary 10111000 11111010 10000 11010 0 1011110 10 1001101 1100000 110100

Color Harmonies of #B8FA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8FA10

Black with #B8FA10

Text Example


Text Example

White with #B8FA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8FA10; }

 p { color: rgb(184,250,16); }

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

background-color css

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

 a { background-color: rgb(184,250,16); }

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

border-color css

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

 span { border-color: rgb(184,250,16); }

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