Html Css Color HEX #B0FA10 Spring Bud

📋 copy color: '#B0FA10'

red 176 ◦ green 250 ◦ blue 16

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

Shades of Spring Bud #B0FA10

Tints of Spring Bud #B0FA10

RGB

 RED value IS 176 (69.14% from 255) = 39.82%

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

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

R = 39.82%
G = 56.56%
B = 3.62%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#B0FA10 (or 0xB0FA10) is known color: Spring Bud. HEX triplet: B0, FA and 10. RGB value is (176,250,16). Sum of RGB (Red+Green+Blue) = 176+250+16=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 250 (98.05% from 255 or 56.56% from 442); Blue value is 16 (6.64% from 255 or 3.62% from 442); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FA10 is #4F05EF. Grayscale: #CACACA. Windows color (decimal): -5178864 or 1112752. OLE color: 1112752.

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

Color convert

RGB 176 250 16 -
CMYK 0.30 0 0.94 0.02
HSL 78.97º 0.96% 0.52% -
HSV(B) 78.97º 0.94% 0.98% -
XYZ 52.18 77.64 12.73 -
YUV 201.2 23.48 110.03 -
System Red Green Blue C M Y K H S L
Decimal 176 250 16 0.30 0 0.94 0.02 78.97 0.96 0.52
Hex B0 FA 10 1E 0 5E 2 4F 60 34
Octal 260 372 20 36 0 136 2 117 140 64
Binary 10110000 11111010 10000 11110 0 1011110 10 1001111 1100000 110100

Color Harmonies of #B0FA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FA10

Black with #B0FA10

Text Example


Text Example

White with #B0FA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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