Html Css Color HEX #B0FA12 Spring Bud

📋 copy color: '#B0FA12'

red 176 ◦ green 250 ◦ blue 18

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

Shades of Spring Bud #B0FA12

Tints of Spring Bud #B0FA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.05%

R = 39.64%
G = 56.31%
B = 4.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#B0FA12 (or 0xB0FA12) is known color: Spring Bud. HEX triplet: B0, FA and 12. RGB value is (176,250,18). Sum of RGB (Red+Green+Blue) = 176+250+18=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 250 (98.05% from 255 or 56.31% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FA12 is #4F05ED. Grayscale: #CACACA. Windows color (decimal): -5178862 or 1243824. OLE color: 1243824.

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

Color convert

RGB 176 250 18 -
CMYK 0.30 0 0.93 0.02
HSL 79.14º 0.96% 0.53% -
HSV(B) 79.14º 0.93% 0.98% -
XYZ 52.2 77.64 12.81 -
YUV 201.43 24.48 109.86 -
System Red Green Blue C M Y K H S L
Decimal 176 250 18 0.30 0 0.93 0.02 79.14 0.96 0.53
Hex B0 FA 12 1E 0 5D 2 4F 60 35
Octal 260 372 22 36 0 135 2 117 140 65
Binary 10110000 11111010 10010 11110 0 1011101 10 1001111 1100000 110101

Color Harmonies of #B0FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FA12

Black with #B0FA12

Text Example


Text Example

White with #B0FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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